mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-15 07:36:08 +00:00
Merge branch 'standard_outputs_copy' of github.com:langchain-ai/langchain into mdrxy/ollama_v1
This commit is contained in:
commit
1a04543791
@ -361,6 +361,9 @@ class InvalidToolCall(TypedDict):
|
||||
error: Optional[str]
|
||||
"""An error message associated with the tool call."""
|
||||
|
||||
index: NotRequired[int]
|
||||
"""Index of block in aggregate response. Used during streaming."""
|
||||
|
||||
extras: NotRequired[dict[str, Any]]
|
||||
"""Provider-specific metadata."""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user