Member Junction
    Preparing search index...

    Interface OpenAICompatibleToolResultMessage

    One tool-role message carrying the result of one call.

    interface OpenAICompatibleToolResultMessage {
        content: string;
        role: "tool";
        tool_call_id: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    content: string
    role: "tool"
    tool_call_id: string