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

    Type Alias AgentTurnOutput

    AgentTurnOutput:
        | { text: string; structured?: undefined }
        | { text?: undefined; structured: AgentTurnStructuredOutput }