Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-30 | 791 Bytes | |
v3.0.0 source code.tar.gz | 2025-09-30 | 433.9 kB | |
v3.0.0 source code.zip | 2025-09-30 | 542.0 kB | |
Totals: 3 Items | 976.7 kB | 0 |
3.0.0 (2025-09-30)
Full Changelog: v2.7.1...v3.0.0
⚠ BREAKING CHANGES
- api:
ResponseFunctionToolCallOutputItem.output
andResponseCustomToolCallOutput.output
now returnstring | Array<ResponseInputText | ResponseInputImage | ResponseInputFile>
instead ofstring
only. This may break existing callsites that assumeoutput
is always a string.
Features
- api: Support images and files for function call outputs in responses, BatchUsage (21901ef)