Anthropic API Processor
Anthropic API Processor
Details
Concrete implementation of BaseAPIProcessor for Anthropic models.
Handles Anthropic-specific API calls, authentication, and response parsing.
Methods
Inherited methods
Method new()
Initialize Anthropic processor
Method get_default_api_url()
Get default Anthropic API URL
Usage
AnthropicProcessor$get_default_api_url()
Method make_api_call()
Make API call to Anthropic
Usage
AnthropicProcessor$make_api_call(chunk_content, model, api_key)
Extract response content from Anthropic API response
Usage
AnthropicProcessor$extract_response_content(response, model)
Method clone()
The objects of this class are cloneable with this method.
Usage
AnthropicProcessor$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.