waldur-js-client 8.0.6-dev.3 → 8.0.6-dev.4
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/types.gen.d.ts +0 -4
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -3372,10 +3372,6 @@ export type ChatRequestRequest = {
|
|
|
3372
3372
|
* Existing thread UUID. If omitted, a new thread is created.
|
|
3373
3373
|
*/
|
|
3374
3374
|
thread_uuid?: string | null;
|
|
3375
|
-
/**
|
|
3376
|
-
* Thread UUID whose name should be set to the assistant's response. Skips message persistence for this call.
|
|
3377
|
-
*/
|
|
3378
|
-
update_thread_name?: string | null;
|
|
3379
3375
|
/**
|
|
3380
3376
|
* 'reload': replace the last assistant response. 'edit': edit a user message and re-stream. Omit for normal new-message behavior.
|
|
3381
3377
|
*/
|