mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 18:00:15 +01:00
fix(Anthropic): messages.X.content.Y.tool_use.input: Input should be a valid dictionary
This commit is contained in:
parent
9ff43bf958
commit
0c04018bb3
2 changed files with 10 additions and 2 deletions
|
|
@ -464,7 +464,7 @@ class AgentClient extends BaseClient {
|
|||
);
|
||||
},
|
||||
});
|
||||
logger.info(this.contentParts, { depth: null });
|
||||
logger.debug(this.contentParts, { depth: null });
|
||||
} catch (err) {
|
||||
if (!abortController.signal.aborted) {
|
||||
logger.error(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue