@valon-technologies/gestalt
    Preparing search index...

    Interface AgentMessagePart

    interface AgentMessagePart {
        type: number;
        text: string;
        json?: JsonObject;
        toolCall?: AgentMessagePartToolCall;
        toolResult?: AgentMessagePartToolResult;
        imageRef?: AgentMessagePartImageRef;
    }
    Index

    Properties

    type: number
    text: string
    json?: JsonObject