mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-26 20:34:10 +01:00
🔧 chore: Update @librechat/agents to version 3.0.49 and enhance tool calling logic
This commit is contained in:
parent
4359260b38
commit
b3ace68178
9 changed files with 32 additions and 21 deletions
|
|
@ -1643,6 +1643,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