[有工作流工具了,不需要这个] feat: Agent can set a code and connect the code into the tool.name#5229
Conversation
|
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Agent can set code and connect the code into tool.nameAgent can set code and connect the code into the tool.name
471b271 to
ef9801c
Compare
| maxlength="64" | ||
| :placeholder="t('views.application.form.appCode.placeholder')" | ||
| show-word-limit | ||
| @blur="form_data.code = form_data.code?.replaceAll(/[^a-zA-Z0-9_-\s]+/g, '').trim().replaceAll(/\s+/g, '_')" |
There was a problem hiding this comment.
@blur 自动移除非 数字、字母、横线、下划线 的字符,并将空格替换为下划线。
c57d14d to
c566173
Compare
4221771 to
a8a0228
Compare
Agent can set code and connect the code into the tool.nameAgent can set a code and connect the code into the tool.name
|
没有改动这里的计划 |
|
嗯嗯,当初我弄这个是因为那时候还没有 |
Agent can set a code and connect the code into the tool.nameAgent can set a code and connect the code into the tool.name
What this PR does / why we need it?
feat:
Agentcan set acodeand connect the code into thetool.nameSummary of your change
智能体可以设置一个code,用于显示在大模型调用工具的名称中。方便查看调用了哪个智能体。
如图:

Please indicate you've done the following: