Message Types
Message
Interface
type Message = {
id: string;
text: string;
author_type: ChatMessageAuthor;
persona: Persona;
created_at: string;
in_reply_to?: Message | null;
thread_id: string;
persona_id: string;
};Fields
Usage
Thread
Interface
Fields
Usage
PaginatedMessages
Interface
Fields
Usage
ChatMessageAuthor
Type
Values
Usage
PostChatInput
Interface
Fields
Usage
ChatLLMQueryStreamTypes
Type
Event Types
Usage
Type Relationships
Import
Related Documentation
Last updated