mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-21 01:36:13 +01:00
refactor: tool classification and calling logic
This commit is contained in:
parent
c7ddaaf298
commit
d4bdb3be00
6 changed files with 26 additions and 17 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue