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

    Interface AgentTurnStructuredOutput

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

    Properties

    Properties

    text?: string
    value?: object