Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ai_agents
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
ai_agents
Merge requests
!103
Issue
#3522906
by andrewbelcher: Add the token for the AI Agent itself
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3522906
by andrewbelcher: Add the token for the AI Agent itself
issue/ai_agents-3522906:3522906-add-the-token
into
1.1.x
Overview
0
Commits
1
Pipelines
2
Changes
3
Merged
Andrew Belcher
requested to merge
issue/ai_agents-3522906:3522906-add-the-token
into
1.1.x
2 weeks ago
Overview
0
Commits
1
Pipelines
2
Changes
3
Expand
Closes
#3522906
0
0
Merge request reports
Compare
1.1.x
1.1.x (base)
and
latest version
latest version
b3228a8e
1 commit,
2 weeks ago
3 files
+
17
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
src/Form/AiAgentForm.php
+
2
−
1
Options
@@ -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_projec
t'
,
'
ai_agen
t'
,
],
];
}
Loading