Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnthropicClient ¶
type AnthropicClient struct { Client *anthropic.Client // contains filtered or unexported fields }
func NewAnthropicClient ¶
func NewAnthropicClient(opts NewAnthropicClientOptions) *AnthropicClient
type GoogleClient ¶
func NewGoogleClient ¶
func NewGoogleClient(opts NewGoogleClientOptions) *GoogleClient
type NewGoogleClientOptions ¶
type NewOpenAIClientOptions ¶
type OpenAIClient ¶
type OpenAIClient struct { Client *openai.Client // contains filtered or unexported fields }
func NewOpenAIClient ¶
func NewOpenAIClient(opts NewOpenAIClientOptions) *OpenAIClient
Click to show internal directories.
Click to hide internal directories.