@kivox/client 0.1.0-beta.51 → 0.1.0-beta.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3295,6 +3295,8 @@ interface operations {
|
|
|
3295
3295
|
requestBody: {
|
|
3296
3296
|
content: {
|
|
3297
3297
|
"application/json": {
|
|
3298
|
+
/** @description The name of the model to use. If not provided, the agent's default model will be used. */
|
|
3299
|
+
model?: string
|
|
3298
3300
|
/** @description The user's message text. */
|
|
3299
3301
|
content: string
|
|
3300
3302
|
}
|