langchain.js
    Preparing search index...

    Interface InvocationParamsSchema

    interface InvocationParamsSchema {
        ls_max_tokens?: number;
        ls_model_name?: string;
        ls_model_type: "llm" | "chat";
        ls_provider?: string;
        ls_stop?: string[];
        ls_temperature?: number;
    }
    Index

    Properties

    ls_max_tokens?: number
    ls_model_name?: string
    ls_model_type: "llm" | "chat"
    ls_provider?: string
    ls_stop?: string[]
    ls_temperature?: number