ThreadDecorator |
Thread decorator is generally required on any type of response data class ThreadDecorator : MessageDecorator |
addThread |
Adds the thread decorator with threadId to the current message fun AgentMessage.addThread(threadId: String): Unit |
getThreadId |
Returns the message thread id fun AgentMessage.getThreadId(): String |