jeanbaptdzd's picture
Reorganize tests and clean up documentation
6d3bf74
raw
history blame contribute delete
297 Bytes
"""Integration tests for the OpenAI-compatible API.
These tests evaluate the model's ability to:
- Produce valid JSON outputs
- Execute tool calls correctly
- Handle structured data requirements
Critical for financial applications where tool execution and structured outputs are mandatory.
"""