llama-stack-mirror/tests/unit/providers/utils/inference
Derek Higgins bdab42afb3 fix: use ChatCompletionMessageFunctionToolCall
The OpenAI compatibility layer was incorrectly importing
ChatCompletionMessageToolCallParam instead of the
ChatCompletionMessageFunctionToolCall class. This caused
"Cannot instantiate typing.Union" errors when processing agent
requests with tool calls.

Closes: #3141
Signed-off-by: Derek Higgins <derekh@redhat.com>
2025-08-14 14:31:20 +01:00
..
test_openai_compat.py fix: use ChatCompletionMessageFunctionToolCall 2025-08-14 14:31:20 +01:00