mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 10:08:28 +00:00
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": {
|
||||
"$ref": "#/components/schemas/LLMProviderMetadata"
|
||||
},
|
||||
"time": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"created": {
|
||||
"type": "number"
|
||||
},
|
||||
"completed": {
|
||||
"type": "number"
|
||||
}
|
||||
},
|
||||
"required": ["created"],
|
||||
"additionalProperties": false
|
||||
}
|
||||
},
|
||||
"required": ["type", "id", "text"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue