358 B
358 B
- Added
OpenAIResponsesLLMService, a new LLM service that uses the OpenAI Responses API. Supports streaming text, function calling, usage metrics, and out-of-band inference. Works with the universalLLMContextandLLMContextAggregatorPair. Seeexamples/foundational/07-interruptible-openai-responses.pyand14-function-calling-openai-responses.py.