Class List
- LLMsTop Level Namespace
- APIError < ErrorLLMs
- APIsLLMs
- GoogleGeminiAPI < ObjectLLMs::APIs
- OpenAICompatibleAPI < ObjectLLMs::APIs
- AdaptersLLMs
- AnthropicMessageAdapter < BaseMessageAdapterLLMs::Adapters
- AnthropicToolCallAdapter < ObjectLLMs::Adapters
- BaseMessageAdapter < ObjectLLMs::Adapters
- GoogleGeminiMessageAdapter < BaseMessageAdapterLLMs::Adapters
- GoogleGeminiToolCallAdapter < ObjectLLMs::Adapters
- OpenAICompatibleMessageAdapter < BaseMessageAdapterLLMs::Adapters
- OpenAICompatibleToolCallAdapter < ObjectLLMs::Adapters
- AuthenticationError < APIErrorLLMs
- CLILLMs
- Base < ObjectLLMs::CLI
- Chat < BaseLLMs::CLI
- TestAccess < BaseLLMs::CLI
- TestImageSupport < BaseLLMs::CLI
- TestPromptCaching < BaseLLMs::CLI
- TestToolUse < BaseLLMs::CLI
- CalculatorTool < ObjectLLMs::CLI::TestToolUse
- ConfigurationError < ErrorLLMs
- Conversation < ObjectLLMs
- ConversationError < ErrorLLMs
- ConversationMessage < ObjectLLMs
- ConversationToolCall < ObjectLLMs
- ConversationToolResult < ObjectLLMs
- CostCalculationError < UsageErrorLLMs
- Error < StandardErrorLLMs
- ExecutorsLLMs
- AnthropicExecutor < BaseExecutorLLMs::Executors
- BaseExecutor < ObjectLLMs::Executors
- GoogleGeminiExecutor < BaseExecutorLLMs::Executors
- HuggingFaceExecutor < OpenAICompatibleExecutorLLMs::Executors
- OpenAICompatibleExecutor < BaseExecutorLLMs::Executors
- InvalidMessageRoleError < MessageErrorLLMs
- InvalidModelError < ConfigurationErrorLLMs
- MessageError < ConversationErrorLLMs
- MissingAPIKeyError < ConfigurationErrorLLMs
- ModelNotFoundError < ConfigurationErrorLLMs
- ModelsLLMs
- NetworkError < APIErrorLLMs
- ParsersLLMs
- AnthropicChatResponseStreamParser < ObjectLLMs::Parsers
- GoogleGeminiChatResponseStreamParser < SSEChatResponseStreamParserLLMs::Parsers
- OpenAICompatibleChatResponseStreamParser < SSEChatResponseStreamParserLLMs::Parsers
- PartialJsonParserLLMs::Parsers
- SSEChatResponseStreamParser < ObjectLLMs::Parsers
- ProviderNotFoundError < ConfigurationErrorLLMs
- RateLimitError < APIErrorLLMs
- StreamLLMs
- EventEmitter < ObjectLLMs::Stream
- Events < ObjectLLMs::Stream
- Base < ObjectLLMs::Stream::Events
- MessageCompleted < BaseLLMs::Stream::Events
- MessageStarted < BaseLLMs::Stream::Events
- TextDelta < BaseLLMs::Stream::Events
- ThinkingDelta < BaseLLMs::Stream::Events
- ToolCallArgumentsJsonDelta < BaseLLMs::Stream::Events
- ToolCallArgumentsUpdated < BaseLLMs::Stream::Events
- ToolCallCompleted < BaseLLMs::Stream::Events
- ToolCallStarted < BaseLLMs::Stream::Events
- UsageUpdated < BaseLLMs::Stream::Events
- TimeoutError < APIErrorLLMs
- ToolError < ErrorLLMs
- ToolExecutionError < ToolErrorLLMs
- ToolValidationError < ToolErrorLLMs
- UnsupportedFeatureError < ConfigurationErrorLLMs
- UsageLLMs
- CostCalculator < ObjectLLMs::Usage
- UsageData < ObjectLLMs::Usage
- UsageError < ErrorLLMs