waldur-js-client 8.0.6-dev.3 → 8.0.6-dev.5
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 +1 -4
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -222,6 +222,7 @@ export type AgentIdentity = {
|
|
|
222
222
|
* UUID of an offering with a site-agent compatible type.
|
|
223
223
|
*/
|
|
224
224
|
offering: string;
|
|
225
|
+
readonly created_by: string;
|
|
225
226
|
name: string;
|
|
226
227
|
version?: string | null;
|
|
227
228
|
dependencies?: unknown;
|
|
@@ -3372,10 +3373,6 @@ export type ChatRequestRequest = {
|
|
|
3372
3373
|
* Existing thread UUID. If omitted, a new thread is created.
|
|
3373
3374
|
*/
|
|
3374
3375
|
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
3376
|
/**
|
|
3380
3377
|
* 'reload': replace the last assistant response. 'edit': edit a user message and re-stream. Omit for normal new-message behavior.
|
|
3381
3378
|
*/
|