Skip to content

feat: Agent can set code and connect the code into the tool.name#5229

Open
wangliang181230 wants to merge 1 commit into1Panel-dev:v2from
wangliang181230:PR/feat-10-appCode-for-toolName
Open

feat: Agent can set code and connect the code into the tool.name#5229
wangliang181230 wants to merge 1 commit into1Panel-dev:v2from
wangliang181230:PR/feat-10-appCode-for-toolName

Conversation

@wangliang181230
Copy link
Copy Markdown
Contributor

@wangliang181230 wangliang181230 commented May 8, 2026

What this PR does / why we need it?

feat: Agent can set a code and connect the code into the tool.name

Summary of your change

智能体可以设置一个code,用于显示在大模型调用工具的名称中。方便查看调用了哪个智能体。

如图:
图片

Please indicate you've done the following:

  • Made sure tests are passing and test coverage is added if needed.
  • Made sure commit message follow the rule of Conventional Commits specification.
  • Considered the docs impact and opened a new docs issue or PR with docs changes if needed.

@f2c-ci-robot
Copy link
Copy Markdown

f2c-ci-robot Bot commented May 8, 2026

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.

Details

Instructions 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.

@f2c-ci-robot
Copy link
Copy Markdown

f2c-ci-robot Bot commented May 8, 2026

[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.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@wangliang181230 wangliang181230 changed the title feat: Agent can set code and connect the code into tool.name feat: Agent can set code and connect the code into the tool.name May 8, 2026
@wangliang181230 wangliang181230 force-pushed the PR/feat-10-appCode-for-toolName branch from 471b271 to ef9801c Compare May 8, 2026 08:40
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, '_')"
Copy link
Copy Markdown
Contributor Author

@wangliang181230 wangliang181230 May 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@blur 自动移除非 数字、字母、横线、下划线 的字符,并将连续空白符替换为下划线。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant