Merge branch 'standard_outputs_copy' of github.com:langchain-ai/langchain into mdrxy/ollama_v1

This commit is contained in:
Mason Daugherty 2025-07-31 11:19:18 -04:00
commit 1a04543791
No known key found for this signature in database

View File

@ -361,6 +361,9 @@ class InvalidToolCall(TypedDict):
error: Optional[str] error: Optional[str]
"""An error message associated with the tool call.""" """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]] extras: NotRequired[dict[str, Any]]
"""Provider-specific metadata.""" """Provider-specific metadata."""