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

    Interface AgentMessagePart

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

    Properties

    text?: string
    json?: object