Skip to main content

Module thread

Module thread 

Source
Expand description

Thread handle for interacting with a conversation thread.

ThreadHandle provides a scoped reference to a specific thread within a chat adapter. Handler functions receive a ThreadHandle so they can post replies, manage subscriptions, and stream responses back to the originating thread.

Structsยง

ThreadHandle
A scoped handle to a conversation thread.