refactor: tool classification and calling logic

This commit is contained in:
Danny Avila 2025-12-08 14:57:14 -05:00
parent c7ddaaf298
commit d4bdb3be00
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
6 changed files with 26 additions and 17 deletions

View file

@ -1722,6 +1722,8 @@ export enum Constants {
LC_TRANSFER_TO_ = 'lc_transfer_to_',
/** Placeholder Agent ID for Ephemeral Agents */
EPHEMERAL_AGENT_ID = 'ephemeral',
/** Programmatic Tool Calling tool name */
PROGRAMMATIC_TOOL_CALLING = 'run_tools_with_code',
}
export enum LocalStorageKeys {