You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
.. | ||
.storybook | 3 months ago | |
__tests__/shortcut-config | 3 months ago | |
config | 3 months ago | |
src | 3 months ago | |
stories | 3 months ago | |
.stylelintrc.js | 3 months ago | |
README.md | 3 months ago | |
eslint.config.js | 3 months ago | |
package.json | 3 months ago | |
tsconfig.build.json | 3 months ago | |
tsconfig.json | 3 months ago | |
tsconfig.misc.json | 3 months ago | |
vitest.config.ts | 3 months ago |
README.md
@coze-agent-ide/tool-config
Tool 区域配置文件
Features
- 新接入的 tool,需要在 types 文件中新增枚举值
- 新接入的 tool,需要在 constants 文件中配置 TOOL_KEY_STORE_MAP、AGENT_SKILL_KEY_MAP,用于为 ToolKey 和 /api/draftbot/update 接口的入参字段名做映射
- 新接入的 tool,需要在 constants 文件中配置 TOOL_KEY_TO_API_STATUS_KEY_MAP,用于为 ToolKey 和 /api/draftbot/update_display_info 接口的字段名做映射