langchain.js
    Preparing search index...

    The input parameters for the RaycastAI class, which extends the BaseLLMParams interface.

    interface RaycastAIInput {
        creativity?: number;
        model?: Model;
        rateLimitPerMinute?: number;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    creativity?: number
    model?: Model
    rateLimitPerMinute?: number