chore: format code
This commit is contained in:
@@ -90,6 +90,9 @@ export type UserMessage = {
|
||||
tools?: {
|
||||
[key: string]: boolean
|
||||
}
|
||||
thinking?: {
|
||||
effort: "low" | "medium" | "high"
|
||||
}
|
||||
}
|
||||
|
||||
export type ProviderAuthError = {
|
||||
|
||||
@@ -5023,6 +5023,16 @@
|
||||
"additionalProperties": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"thinking": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"effort": {
|
||||
"type": "string",
|
||||
"enum": ["low", "medium", "high"]
|
||||
}
|
||||
},
|
||||
"required": ["effort"]
|
||||
}
|
||||
},
|
||||
"required": ["id", "sessionID", "role", "time", "agent", "model"]
|
||||
|
||||
Reference in New Issue
Block a user