chore: generate
This commit is contained in:
parent
93159bccbf
commit
225a1fbf35
1 changed files with 13 additions and 0 deletions
|
|
@ -27588,6 +27588,19 @@
|
||||||
},
|
},
|
||||||
"providerMetadata": {
|
"providerMetadata": {
|
||||||
"$ref": "#/components/schemas/LLMProviderMetadata"
|
"$ref": "#/components/schemas/LLMProviderMetadata"
|
||||||
|
},
|
||||||
|
"time": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"created": {
|
||||||
|
"type": "number"
|
||||||
|
},
|
||||||
|
"completed": {
|
||||||
|
"type": "number"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"required": ["created"],
|
||||||
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["type", "id", "text"],
|
"required": ["type", "id", "text"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue