LLM::GeneralAdapter
Inherits LLM::Adapter < Reference < Object
Adapter for OpenAI-compatible chat APIs (LLM::General).
Constructors
Instance methods
client
SourceSend a single prompt and get a response as a String.
Send chat-style messages (system/user) and get a response as a String.
Request next step using provider-native tool definitions. Implementations that do not support this can fallback to regular JSON-mode requests.