fix: add select_active_intent to TOOL_DISPLAY_NAMES

This commit is contained in:
https://github.com/Zerubabel-J 2026-02-18 20:46:07 +03:00
parent 5dacd0c853
commit 37c4e05b80

View file

@ -289,6 +289,7 @@ export const TOOL_DISPLAY_NAMES: Record<ToolName, string> = {
skill: "load skill",
generate_image: "generate images",
custom_tool: "use custom tools",
select_active_intent: "declare active intent",
} as const
// Define available tool groups.