Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client implements the llm.Provider interface for Anthropic
func (*Client) Chat ¶
func (c *Client) Chat(ctx context.Context, req *llm.ChatRequest) iter.Seq2[*llm.ChatResponse, error]
Chat sends a chat request to Anthropic
Click to show internal directories.
Click to hide internal directories.