LLM::General
General OpenAI-compatible LLM client
Constructors
Class methods
Parse provider response into normalized JSON action payload. If the model returns tool_calls, convert them to: {"action":"<function_name>","args":{...}} Otherwise, return cleaned textual content as-is.
Instance methods
Make a request with chat-style messages