useConversation
useConversation(
conversationId):UseQueryResult<NoInfer<AIUserConversationDetail|null>,Error>
Hook to get a conversation with full message history
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
conversationId |
string | null |
Returns
Section titled “Returns”UseQueryResult<NoInfer<AIUserConversationDetail | null>, Error>