Module: LlmGateway::Adapters
- Defined in:
- lib/llm_gateway.rb,
lib/llm_gateway/adapters/adapter.rb,
lib/llm_gateway/adapters/option_mapper.rb,
lib/llm_gateway/adapters/groq/option_mapper.rb,
lib/llm_gateway/adapters/anthropic/input_mapper.rb,
lib/llm_gateway/adapters/anthropic/output_mapper.rb,
lib/llm_gateway/adapters/anthropic/stream_mapper.rb,
lib/llm_gateway/adapters/anthropic_option_mapper.rb,
lib/llm_gateway/adapters/input_message_sanitizer.rb,
lib/llm_gateway/adapters/openai/responses_adapter.rb,
lib/llm_gateway/adapters/openai/file_output_mapper.rb,
lib/llm_gateway/adapters/openai_codex/input_mapper.rb,
lib/llm_gateway/adapters/anthropic/messages_adapter.rb,
lib/llm_gateway/adapters/openai/acts_like_responses.rb,
lib/llm_gateway/adapters/openai_codex/option_mapper.rb,
lib/llm_gateway/adapters/anthropic/acts_like_messages.rb,
lib/llm_gateway/adapters/groq/chat_completions_adapter.rb,
lib/llm_gateway/adapters/openai/responses/input_mapper.rb,
lib/llm_gateway/adapters/openai/responses/option_mapper.rb,
lib/llm_gateway/adapters/openai/responses/output_mapper.rb,
lib/llm_gateway/adapters/openai/responses/stream_mapper.rb,
lib/llm_gateway/adapters/openai_codex/responses_adapter.rb,
lib/llm_gateway/adapters/openai/chat_completions_adapter.rb,
lib/llm_gateway/adapters/openai/acts_like_chat_completions.rb,
lib/llm_gateway/adapters/openai/prompt_cache_option_mapper.rb,
lib/llm_gateway/adapters/openai/chat_completions/input_mapper.rb,
lib/llm_gateway/adapters/openai/chat_completions/option_mapper.rb,
lib/llm_gateway/adapters/openai/chat_completions/output_mapper.rb,
lib/llm_gateway/adapters/openai/chat_completions/stream_mapper.rb,
lib/llm_gateway/adapters/anthropic/bidirectional_message_mapper.rb,
lib/llm_gateway/adapters/openai/responses/bidirectional_message_mapper.rb,
lib/llm_gateway/adapters/openai/chat_completions/input_message_sanitizer.rb,
lib/llm_gateway/adapters/openai/chat_completions/bidirectional_message_mapper.rb
Defined Under Namespace
Modules: ActsLikeAnthropicMessages, ActsLikeOpenAIChatCompletions, ActsLikeOpenAIResponses, Anthropic, AnthropicOptionMapper, Claude, Groq, OpenAI, OpenAICodex, OpenAi, OpenAiCodex, OptionMapper Classes: Adapter, InputMessageSanitizer