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

    Type Alias AgentOutput

    AgentOutput:
        | { text: AgentTextOutput; structured?: undefined }
        | { text?: undefined; structured: AgentStructuredOutput }