@deskcreate/agentcraft
    Preparing search index...

    Interface StructuredOutputResult

    interface StructuredOutputResult {
        attempts: number;
        value: unknown;
    }
    Index

    Properties

    Properties

    attempts: number
    value: unknown