ailoy-node
    Preparing search index...

    Interface AssistantMessage

    interface AssistantMessage {
        content?: string | TextContent[];
        name?: string;
        reasoning?: { text: string; type: "text" }[];
        role: "assistant";
        tool_calls?: FunctionData[];
    }
    Index

    Properties

    content?: string | TextContent[]
    name?: string
    reasoning?: { text: string; type: "text" }[]
    role: "assistant"
    tool_calls?: FunctionData[]