core-utils
    Preparing search index...

    Interface StructuredOutputInput<T>

    interface StructuredOutputInput<T> {
        model: ModelSpec;
        prompt: string;
        reasoningLevel?: ReasoningLevel;
        schema: ZodType<T>;
        system: string;
    }

    Type Parameters

    • T
    Index

    Properties

    model: ModelSpec
    prompt: string
    reasoningLevel?: ReasoningLevel
    schema: ZodType<T>
    system: string