Ask a question to get started
Enter to send•Shift+Enter new line
Patch the metadata of a thread.
patchState( threadIdOrConfig: string | Config, metadata: Metadata, options: __type ): Promise<void>
threadIdOrConfig
string | Config
Thread ID or config to patch the state of.
metadata
Metadata
Metadata to patch the state with.
options
__type