Circle V2 API Docs
    Preparing search index...

    Type Alias PromptModelConfig

    Model levers stored alongside a prompt in the hub / committed snapshot. Kept as plain data (not a deserialized ChatOpenAI) so schemas and withStructuredOutput stay in the caller's code.

    type PromptModelConfig = {
        model: string;
        temperature?: number;
    }
    Index

    Properties

    Properties

    model: string
    temperature?: number