Update thread configuration (async).
update_thread_async(
self,
thread_id: str,
updates: ThreadUpdateInput
) -> Dict[str, Any]| Name | Type | Description |
|---|---|---|
thread_id* | str | Thread ID to update |
updates* | ThreadUpdateInput | Thread updates following Snowflake schema |