Interface: ThreadUpdateParams
Defined in: packages/kernl/src/api/resources/threads/types.ts:126
Patch for updating caller-owned thread fields.
Semantics for all fields:
undefined→ leave the field unchanged- value (
object/string/ etc.) → replace the field null→ clear the field (fortitle, clearsmetadata.title)
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
context? | Record<string, unknown> | null | Thread context object. | packages/kernl/src/api/resources/threads/types.ts:130 |
metadata? | Record<string, unknown> | null | Arbitrary metadata bag attached to the thread. | packages/kernl/src/api/resources/threads/types.ts:135 |
title? | string | null | Human-readable title (stored in metadata.title). | packages/kernl/src/api/resources/threads/types.ts:140 |