Interface ChatCloudflareWorkersAICallOptions

An interface defining the options for a Cloudflare Workers AI call. It extends the BaseLanguageModelCallOptions interface.

interface ChatCloudflareWorkersAICallOptions {
    tools?: any[];
}

Hierarchy (view full)

  • Toolkit
    • ChatCloudflareWorkersAICallOptions

Properties

Properties

tools?: any[]

Generated using TypeDoc