The RaycastAI class, which extends the LLM class and implements the RaycastAIInput interface.

Hierarchy

  • LLM
    • RaycastAI

Implements

Constructors

  • Creates a new instance of the RaycastAI class.

    Parameters

    • fields: RaycastAIInput

      The input parameters for the RaycastAI class.

    Returns RaycastAI

    Throws

    If the Raycast AI environment is not accessible.

Properties

creativity: number

The creativity parameter, also known as the "temperature".

model: Model

The model to use for generating text.

rateLimitPerMinute: number

The rate limit for API calls, in requests per minute.

Generated using TypeDoc