🔧 chore: Update @librechat/agents to version 3.0.49 and enhance tool calling logic

This commit is contained in:
Danny Avila 2025-12-08 14:57:14 -05:00
parent 4359260b38
commit b3ace68178
9 changed files with 32 additions and 21 deletions

View file

@ -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 {