Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2025.6.3 source code.tar.gz | 2025-06-25 | 41.1 MB | |
2025.6.3 source code.zip | 2025-06-25 | 41.8 MB | |
README.md | 2025-06-25 | 773 Bytes | |
Totals: 3 Items | 83.0 MB | 0 |
New Features
- Add
delete = true
option toextra_body
andextra_headers
configuration fields to instruct the gateway to delete built-in fields from the request body or headers. - Add
gateway.base_path
field to configuration to instruct the gateway to prefix all endpoints with this path. - Add
discard_unknown_chunks
field to model provider configuration to instruct the gateway to discard chunks with unknown or unsupported types instead of throwing an error. - Add optional
name
field to tool configuration; if provided, the tool name will be sent to the LLMs instead of the tool ID, allowing for multiple tools with the same name. - Add functionality to filter
list_datapoints
by function name.
& multiple under-the-hood and UI improvements