SongGuess
    Preparing search index...
    type ToolMessage = {
        content: string | { text: string; type: "text" }[];
        role: "tool";
        tool_call_id: string;
    }
    Index

    Properties

    content: string | { text: string; type: "text" }[]
    role: "tool"
    tool_call_id: string