@themaximalist/llm.js
    Preparing search index...

    Interface Response

    interface Response {
        content: string;
        messages: Message[];
        options: Options;
        service: string;
        thinking?: string;
        tool_calls?: ToolCall[];
        usage: Usage;
    }

    Hierarchy (View Summary)

    Index

    Properties

    content: string
    messages: Message[]
    options: Options
    service: string
    thinking?: string
    tool_calls?: ToolCall[]
    usage: Usage