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ยง
- Thread
Handle - A scoped handle to a conversation thread.