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

    Variable AgentMessagePartTypeConst

    AgentMessagePartType: {
        UNSPECIFIED: UNSPECIFIED;
        TEXT: TEXT;
        JSON: JSON;
        TOOL_CALL: TOOL_CALL;
        TOOL_RESULT: TOOL_RESULT;
        IMAGE_REF: IMAGE_REF;
    } = ...

    Native message-part type constants for authored agent messages.

    Type Declaration

    • ReadonlyUNSPECIFIED: UNSPECIFIED
    • ReadonlyTEXT: TEXT
    • ReadonlyJSON: JSON
    • ReadonlyTOOL_CALL: TOOL_CALL
    • ReadonlyTOOL_RESULT: TOOL_RESULT
    • ReadonlyIMAGE_REF: IMAGE_REF