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

    Type Alias AgentOutputKind

    AgentOutputKind:
        | { case: "text"; value: AgentTextOutput }
        | { case: "structured"; value: AgentStructuredOutput }
        | { case: undefined; value?: undefined }