Skip to content
Snippets Groups Projects

Issue #3522906 by andrewbelcher: Add the token for the AI Agent itself

Merged Andrew Belcher requested to merge issue/ai_agents-3522906:3522906-add-the-token into 1.1.x
3 files
+ 17
1
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
1
@@ -164,8 +164,9 @@ final class AiAgentForm extends EntityForm {
$form['prompt_detail']['token_help'] = [
'#theme' => 'token_tree_link',
// Other modules may provide token types.
'#token_types' => [
'kanban_project',
'ai_agent',
],
];
}
Loading