@ptkl/sdk - v1.12.0
    Preparing search index...

    Type Alias Message

    type Message = {
        agent_uuid?: string;
        content: string;
        conversation_uuid: string;
        created_at: string;
        project_uuid: string;
        rag_sources?: RAGSource[];
        role: string;
        token_usage: TokenUsage;
        tool_call_id?: string;
        tool_calls?: ToolCall[];
        uuid: string;
    }
    Index

    Properties

    agent_uuid?: string
    content: string
    conversation_uuid: string
    created_at: string
    project_uuid: string
    rag_sources?: RAGSource[]
    role: string
    token_usage: TokenUsage
    tool_call_id?: string
    tool_calls?: ToolCall[]
    uuid: string