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

    Interface AgentTurnStructuredOutput

    interface AgentTurnStructuredOutput {
        text: string;
        value?: JsonObject;
    }
    Index

    Properties

    Properties

    text: string
    value?: JsonObject