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:21:52 -04:00
commit 48b02fead9
No known key found for this signature in database
2 changed files with 12 additions and 0 deletions

View File

@ -767,6 +767,10 @@
]),
'title': 'Id',
}),
'index': dict({
'title': 'Index',
'type': 'integer',
}),
'name': dict({
'anyOf': list([
dict({
@ -2224,6 +2228,10 @@
]),
'title': 'Id',
}),
'index': dict({
'title': 'Index',
'type': 'integer',
}),
'name': dict({
'anyOf': list([
dict({

View File

@ -1194,6 +1194,10 @@
]),
'title': 'Id',
}),
'index': dict({
'title': 'Index',
'type': 'integer',
}),
'name': dict({
'anyOf': list([
dict({