Documentation ¶
Index ¶
Constants ¶
View Source
const ( StopEndTurn anthropicStopReason = "end_turn" StopMaxTokens anthropicStopReason = "max_tokens" StopSequence anthropicStopReason = "stop_sequence" StopToolUse anthropicStopReason = "tool_use" )
View Source
const ProviderName = "anthropic"
Variables ¶
View Source
var (
ErrAPIKeyRequired error = errors.New("api key is required")
)
View Source
var UserAgent *string = ptrify(useragent.HTTPUserAgent)
Functions ¶
This section is empty.
Types ¶
type AnthropicProvider ¶
type AnthropicProvider struct { }
var Provider AnthropicProvider
func (AnthropicProvider) NewLLMClient ¶
Click to show internal directories.
Click to hide internal directories.