mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-30 11:49:38 +02:00
fix(sdk-js): AIMessage tool call args type (#3741)
This commit is contained in:
@@ -26,7 +26,7 @@ export type AIMessage = {
|
||||
tool_calls?:
|
||||
| {
|
||||
name: string;
|
||||
args: { [x: string]: { [x: string]: any } };
|
||||
args: { [x: string]: any };
|
||||
id?: string | undefined;
|
||||
type?: "tool_call" | undefined;
|
||||
}[]
|
||||
|
||||
Reference in New Issue
Block a user