llama-stack-mirror/tests/integration/recordings/responses
Ashwin Bharambe ef0736527d
feat(tools)!: substantial clean up of "Tool" related datatypes (#3627)
This is a sweeping change to clean up some gunk around our "Tool"
definitions.

First, we had two types `Tool` and `ToolDef`. The first of these was a
"Resource" type for the registry but we had stopped registering tools
inside the Registry long back (and only registered ToolGroups.) The
latter was for specifying tools for the Agents API. This PR removes the
former and adds an optional `toolgroup_id` field to the latter.

Secondly, as pointed out by @bbrowning in
https://github.com/llamastack/llama-stack/pull/3003#issuecomment-3245270132,
we were doing a lossy conversion from a full JSON schema from the MCP
tool specification into our ToolDefinition to send it to the model.
There is no necessity to do this -- we ourselves aren't doing any
execution at all but merely passing it to the chat completions API which
supports this. By doing this (and by doing it poorly), we encountered
limitations like not supporting array items, or not resolving $refs,
etc.

To fix this, we replaced the `parameters` field by `{ input_schema,
output_schema }` which can be full blown JSON schemas.

Finally, there were some types in our llama-related chat format
conversion which needed some cleanup. We are taking this opportunity to
clean those up.

This PR is a substantial breaking change to the API. However, given our
window for introducing breaking changes, this suits us just fine. I will
be landing a concurrent `llama-stack-client` change as well since API
shapes are changing.
2025-10-02 15:12:03 -07:00
..
0a8ca6adf364.json refactor(agents): migrate to OpenAI chat completions API (#3323) 2025-10-02 06:50:32 -04:00
0a29c4085705.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
0ac2d8c6c619.json refactor(agents): migrate to OpenAI chat completions API (#3323) 2025-10-02 06:50:32 -04:00
0b3f2e4754ff.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
0b27fd737699.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
00ba04f74a96.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
0c1f45455d3b.json feat: add embedding and dynamic model support to Together inference adapter (#3458) 2025-09-16 11:53:41 -07:00
0d3290adae1d.json feat: update Cerebras inference provider to support dynamic model listing (#3481) 2025-09-23 16:26:00 -04:00
0e8f2b001dd9.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
00f70ca112de.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
0fad19b9d308.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
0fda25b9241c.json feat: add Azure OpenAI inference provider support (#3396) 2025-09-11 13:48:38 +02:00
1a4da7c94fde.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
1acd433c05d4.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
1adfaa0e062e.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
1b939935d483.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
1b45391880c6.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
1beaba7ed76e.json refactor(agents): migrate to OpenAI chat completions API (#3323) 2025-10-02 06:50:32 -04:00
1c0a34fa2e0c.json chore: recordings for fireworks (inference + openai) (#3573) 2025-09-27 11:22:30 -07:00
1d54570bbe4b.json feat: together now supports base64 embedding encoding (#3559) 2025-09-26 16:05:52 +02:00
1dd3641034a3.json chore: fix agents tests for non-ollama providers, provide max_tokens (#3657) 2025-10-02 14:30:13 -04:00
1e11c2b20ff8.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
1f48f4b2ae33.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
2a5a4e821bc8.json chore(apis): unpublish deprecated /v1/inference apis (#3297) 2025-09-27 11:20:06 -07:00
0002a233aedd.json refactor(agents): migrate to OpenAI chat completions API (#3323) 2025-10-02 06:50:32 -04:00
2afe3b38ca01.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
2b2ad549510d.json feat: add Azure OpenAI inference provider support (#3396) 2025-09-11 13:48:38 +02:00
2c55f483cea8.json feat: together now supports base64 embedding encoding (#3559) 2025-09-26 16:05:52 +02:00
2d187a11704c.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
2fef6eda9cd7.json chore(apis): unpublish deprecated /v1/inference apis (#3297) 2025-09-27 11:20:06 -07:00
3a4fb206e68a.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
3a81146f2afa.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
3b60c09d6c4f.json chore: remove /v1/inference/completion and implementations (#3622) 2025-10-01 11:36:53 -04:00
3bd4bb58d78a.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
3c0bf9ba81b2.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
3ca695048bee.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
3cdb5cab6ce6.json feat: update Cerebras inference provider to support dynamic model listing (#3481) 2025-09-23 16:26:00 -04:00
3d89a56a76b1.json feat: together now supports base64 embedding encoding (#3559) 2025-09-26 16:05:52 +02:00
3dff18060ebc.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
3ef0f9aab128.json feat: (re-)enable Databricks inference adapter (#3500) 2025-09-23 15:37:23 -04:00
3f5871e0805d.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
3fc7de7e822b.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
4a3a4447b16b.json fix(ci, tests): ensure uv environments in CI are kosher, record tests (#3193) 2025-08-18 17:02:24 -07:00
4a32ce3da3ce.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
4c651211b0e0.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
4ca6152a0eb8.json feat: add embedding and dynamic model support to Together inference adapter (#3458) 2025-09-16 11:53:41 -07:00
04cb9de29e06.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
4d438c6bbaed.json chore: use ollama/all-minilm:l6-v2 for ollama tests (#3537) 2025-09-24 19:33:02 -04:00
4d4440c8641b.json feat: add dynamic model registration support to TGI inference (#3417) 2025-09-15 15:52:40 -04:00
4de6877d86fa.json feat: implement query_metrics (#3074) 2025-08-22 14:19:24 -07:00
4ebcaf6c2aee.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
4ebf08272d17.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
4f00cf740aba.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
5b2088233334.json chore(apis): unpublish deprecated /v1/inference apis (#3297) 2025-09-27 11:20:06 -07:00
5c8d7ada4919.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
5c0552be2793.json feat: together now supports base64 embedding encoding (#3559) 2025-09-26 16:05:52 +02:00
5db0c44c83a4.json feat: implement query_metrics (#3074) 2025-08-22 14:19:24 -07:00
05e3ebc68306.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
5e8bf88b3c20.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
5fa0e98f3d84.json feat: (re-)enable Databricks inference adapter (#3500) 2025-09-23 15:37:23 -04:00
5fe3783b188e.json refactor(agents): migrate to OpenAI chat completions API (#3323) 2025-10-02 06:50:32 -04:00
6b3e593ad9b8.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
6c4e2e207e8a.json feat: add embedding and dynamic model support to Together inference adapter (#3458) 2025-09-16 11:53:41 -07:00
6cb0285a7638.json feat: implement query_metrics (#3074) 2025-08-22 14:19:24 -07:00
6d35c91287e2.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
6d937e5e9233.json feat: (re-)enable Databricks inference adapter (#3500) 2025-09-23 15:37:23 -04:00
6f96090aa955.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
6f90277933e2.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
6fbea1abca7c.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
6fe1d4fedf12.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
7a047bcf8b19.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
7b25b702ea18.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
7b4815aba6c5.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
07c5fa34d9ca.json feat: add embedding and dynamic model support to Together inference adapter (#3458) 2025-09-16 11:53:41 -07:00
7c57049fc13f.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
7d089a973e08.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
7e4bdf20925c.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
7e6806cba34a.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
7eace23f03df.json chore: recordings for fireworks (inference + openai) (#3573) 2025-09-27 11:22:30 -07:00
7ef63231b9f8.json feat: add dynamic model registration support to TGI inference (#3417) 2025-09-15 15:52:40 -04:00
7f53b458dad9.json feat: (re-)enable Databricks inference adapter (#3500) 2025-09-23 15:37:23 -04:00
7fc8b6ca483d.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
08a21ab74e0a.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
8aba89449cdc.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
8b531e81126a.json chore: fix agents tests for non-ollama providers, provide max_tokens (#3657) 2025-10-02 14:30:13 -04:00
8baad1435f9c.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
8bba71367e87.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
8cdb7e65fcfe.json chore: recordings for fireworks (inference + openai) (#3573) 2025-09-27 11:22:30 -07:00
8ce928ad0b85.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
8d035e153b6f.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
8deded211f21.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
8e5b53b9d493.json feat: together now supports base64 embedding encoding (#3559) 2025-09-26 16:05:52 +02:00
8f000a878ccd.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
9b9e8cf39b15.json feat: (re-)enable Databricks inference adapter (#3500) 2025-09-23 15:37:23 -04:00
9c1a4c5336a7.json chore: recordings for fireworks (inference + openai) (#3573) 2025-09-27 11:22:30 -07:00
9c4bc9c3e7ac.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
9c007f300365.json fix: telemetry fixes (inference and core telemetry) (#2733) 2025-08-06 13:37:40 -07:00
9c140a29ae09.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
9cbcd12e26d4.json refactor(agents): migrate to OpenAI chat completions API (#3323) 2025-10-02 06:50:32 -04:00
9d84bd0e850f.json chore: remove /v1/inference/completion and implementations (#3622) 2025-10-01 11:36:53 -04:00
9d3896237c12.json refactor(agents): migrate to OpenAI chat completions API (#3323) 2025-10-02 06:50:32 -04:00
9db34836a1a7.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
9e0b1ac678f6.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
9e7a83d3d596.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
9e651e5fcfe2.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
9e9665e16597.json chore: use ollama/all-minilm:l6-v2 for ollama tests (#3537) 2025-09-24 19:33:02 -04:00
9f3d749cc1c8.json feat: add Azure OpenAI inference provider support (#3396) 2025-09-11 13:48:38 +02:00
9fadf5a3d68f.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
9ffc75524647.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
10eea8c15ddc.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
011f70e24ce4.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
13ab2c1c38ed.json chore: fix agents tests for non-ollama providers, provide max_tokens (#3657) 2025-10-02 14:30:13 -04:00
18ada6a5dcf6.json chore: fix agents tests for non-ollama providers, provide max_tokens (#3657) 2025-10-02 14:30:13 -04:00
21cf30c6181e.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
23ad3b9e003e.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
24e106063719.json chore: recordings for fireworks (inference + openai) (#3573) 2025-09-27 11:22:30 -07:00
27ef1a50dc19.json chore: remove /v1/inference/completion and implementations (#3622) 2025-10-01 11:36:53 -04:00
33b71fb85bfb.json feat: together now supports base64 embedding encoding (#3559) 2025-09-26 16:05:52 +02:00
35a5f1de4bd7.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
35db283fef1d.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
36badd90238f.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
38ea441b5f83.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
41ac2702de6c.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
41ace09e5dba.json feat: together now supports base64 embedding encoding (#3559) 2025-09-26 16:05:52 +02:00
41b2727ebdec.json chore: fix agents tests for non-ollama providers, provide max_tokens (#3657) 2025-10-02 14:30:13 -04:00
41e27b9b5d09.json feat(batches, completions): add /v1/completions support to /v1/batches (#3309) 2025-09-05 11:59:57 -07:00
43e106de6736.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
44a1d9de0602.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
044dcd8fdeb1.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
50a8dc5b8ece.json feat: update Cerebras inference provider to support dynamic model listing (#3481) 2025-09-23 16:26:00 -04:00
52b4e16b7289.json feat: together now supports base64 embedding encoding (#3559) 2025-09-26 16:05:52 +02:00
55ae40168378.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
56ac6a7c6df0.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
57b67d1b1a36.json feat: add Azure OpenAI inference provider support (#3396) 2025-09-11 13:48:38 +02:00
58c8091104ff.json chore: use ollama/all-minilm:l6-v2 for ollama tests (#3537) 2025-09-24 19:33:02 -04:00
61be36ad8ccd.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
62aa454ea5f9.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
63aa4590a38a.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
65c12de0a1db.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
67bec1334dc9.json chore: fix agents tests for non-ollama providers, provide max_tokens (#3657) 2025-10-02 14:30:13 -04:00
67f94c4f8ba0.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
68e59155a09f.json feat: together now supports base64 embedding encoding (#3559) 2025-09-26 16:05:52 +02:00
71c9c6746a31.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
72c1126ff2f9.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
72d82d62bca2.json refactor(agents): migrate to OpenAI chat completions API (#3323) 2025-10-02 06:50:32 -04:00
72dc126ecb92.json chore: use ollama/all-minilm:l6-v2 for ollama tests (#3537) 2025-09-24 19:33:02 -04:00
72e075bf28e8.json feat: add embedding and dynamic model support to Together inference adapter (#3458) 2025-09-16 11:53:41 -07:00
73e97be515d9.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
76b89a84cd6f.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
80e4404d8987.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
80f09f27dd61.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
81a91f79c51d.json fix(recording): endpoint resolution (#3013) 2025-08-01 16:23:54 -07:00
83c2ffb72daa.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
84cab42e1f5c.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
84fc473e7b29.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
87c056adc35c.json chore: remove /v1/inference/completion and implementations (#3622) 2025-10-01 11:36:53 -04:00
88ce59013228.json chore: recordings for fireworks (inference + openai) (#3573) 2025-09-27 11:22:30 -07:00
89b141855b81.json feat: add dynamic model registration support to TGI inference (#3417) 2025-09-15 15:52:40 -04:00
90fec951fdb9.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
92a9a916ef02.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
94d11daee205.json feat: add Azure OpenAI inference provider support (#3396) 2025-09-11 13:48:38 +02:00
97d3812bfccb.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
97e259c0d3e5.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
121a72d1c4cf.json feat: (re-)enable Databricks inference adapter (#3500) 2025-09-23 15:37:23 -04:00
168daab89068.json feat: Add items and title to ToolParameter/ToolParamDefinition (#3003) 2025-09-27 11:35:29 -07:00
173ecb3aab28.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
177ba8517262.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
198ef7208389.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
225b4d2263a7.json feat: together now supports base64 embedding encoding (#3559) 2025-09-26 16:05:52 +02:00
234cd70ccae2.json refactor(agents): migrate to OpenAI chat completions API (#3323) 2025-10-02 06:50:32 -04:00
235c36771a8a.json chore: recordings for fireworks (inference + openai) (#3573) 2025-09-27 11:22:30 -07:00
239e4503608a.json chore: remove /v1/inference/completion and implementations (#3622) 2025-10-01 11:36:53 -04:00
239f4768f5aa.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
249b7f0ddde6.json feat: (re-)enable Databricks inference adapter (#3500) 2025-09-23 15:37:23 -04:00
278d5568fa92.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
325a72db5755.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
382c2f22274c.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
432a346b2ed8.json feat: add embedding and dynamic model support to Together inference adapter (#3458) 2025-09-16 11:53:41 -07:00
441e2832387f.json feat: (re-)enable Databricks inference adapter (#3500) 2025-09-23 15:37:23 -04:00
0468a3e1be9f.json refactor(agents): migrate to OpenAI chat completions API (#3323) 2025-10-02 06:50:32 -04:00
477f8946bf7d.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
511eb1b92e34.json feat: add embedding and dynamic model support to Together inference adapter (#3458) 2025-09-16 11:53:41 -07:00
545d86510a80.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
546dc9533c84.json feat: together now supports base64 embedding encoding (#3559) 2025-09-26 16:05:52 +02:00
0547d0909f24.json feat: update Cerebras inference provider to support dynamic model listing (#3481) 2025-09-23 16:26:00 -04:00
554de3cd986f.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
565b1072cb9d.json feat: add embedding and dynamic model support to Together inference adapter (#3458) 2025-09-16 11:53:41 -07:00
590d43ed64b8.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
651af76045af.json chore: recordings for fireworks (inference + openai) (#3573) 2025-09-27 11:22:30 -07:00
679d1f560e7b.json refactor(agents): migrate to OpenAI chat completions API (#3323) 2025-10-02 06:50:32 -04:00
802f60021837.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
830a1fe14938.json fix: telemetry fixes (inference and core telemetry) (#2733) 2025-08-06 13:37:40 -07:00
836f51dfb3c5.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
840fbb380b73.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
894fdacb1cfa.json feat: add embedding and dynamic model support to Together inference adapter (#3458) 2025-09-16 11:53:41 -07:00
901b5e7db4aa.json chore: recordings for fireworks (inference + openai) (#3573) 2025-09-27 11:22:30 -07:00
920c0495cde6.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
930cf0cec376.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
931ac7158789.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
949d3ad16367.json feat: Add items and title to ToolParameter/ToolParamDefinition (#3003) 2025-09-27 11:35:29 -07:00
955ac3680d99.json refactor(agents): migrate to OpenAI chat completions API (#3323) 2025-10-02 06:50:32 -04:00
969a9a757e0c.json chore: recordings for fireworks (inference + openai) (#3573) 2025-09-27 11:22:30 -07:00
0989d0d62a86.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
2717f0003e0a.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
2983cc1d79f0.json feat: update Cerebras inference provider to support dynamic model listing (#3481) 2025-09-23 16:26:00 -04:00
3130f21f1bb9.json chore: remove /v1/inference/completion and implementations (#3622) 2025-10-01 11:36:53 -04:00
3387f56ccac9.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
3877ecf1bc62.json chore: move recordings one directory upwards 2025-07-29 12:46:19 -07:00
4014dd44c15f.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
4283d7199d9b.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
6540a315ea8e.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
6730dcde0b73.json feat: add embedding and dynamic model support to Together inference adapter (#3458) 2025-09-16 11:53:41 -07:00
6841bb14fa8d.json feat: together now supports base64 embedding encoding (#3559) 2025-09-26 16:05:52 +02:00
6857b19d3f0a.json feat: add embedding and dynamic model support to Together inference adapter (#3458) 2025-09-16 11:53:41 -07:00
6906a6e71988.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
7550dd0d24bc.json feat: together now supports base64 embedding encoding (#3559) 2025-09-26 16:05:52 +02:00
8486e5b1c6db.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
8965c0df9071.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
12913f20f6ac.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
17030e75309f.json feat: add embedding and dynamic model support to Together inference adapter (#3458) 2025-09-16 11:53:41 -07:00
17253d7cc667.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
23506e73bb9e.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
25649d730247.json chore: recordings for fireworks (inference + openai) (#3573) 2025-09-27 11:22:30 -07:00
28648cf8d421.json feat: (re-)enable Databricks inference adapter (#3500) 2025-09-23 15:37:23 -04:00
29585e055e6f.json feat: (re-)enable Databricks inference adapter (#3500) 2025-09-23 15:37:23 -04:00
31407e035752.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
37706c1729ba.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
47004e2babf0.json chore: remove /v1/inference/completion and implementations (#3622) 2025-10-01 11:36:53 -04:00
47264d05c3ef.json chore: remove /v1/inference/completion and implementations (#3622) 2025-10-01 11:36:53 -04:00
50340cd4d253.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
53365c6ae29c.json feat: together now supports base64 embedding encoding (#3559) 2025-09-26 16:05:52 +02:00
67198cbad48f.json fix: telemetry fixes (inference and core telemetry) (#2733) 2025-08-06 13:37:40 -07:00
69464dfd3a06.json feat: together now supports base64 embedding encoding (#3559) 2025-09-26 16:05:52 +02:00
80311f244b55.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
85594a69d74a.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
140187e305dc.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
174458ad71b2.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
178016edef0e.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
178538be60e2.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
197228e26971.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
0396786db779.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
559296e84820.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
0648374e43e7.json feat: update Cerebras inference provider to support dynamic model listing (#3481) 2025-09-23 16:26:00 -04:00
669968ea617e.json refactor(agents): migrate to OpenAI chat completions API (#3323) 2025-10-02 06:50:32 -04:00
771131fb4c46.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
875323ed9913.json feat: (re-)enable Databricks inference adapter (#3500) 2025-09-23 15:37:23 -04:00
4096743baf8e.json fix: telemetry fixes (inference and core telemetry) (#2733) 2025-08-06 13:37:40 -07:00
04172112ffbb.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
5357765a9ac9.json chore: remove /v1/inference/completion and implementations (#3622) 2025-10-01 11:36:53 -04:00
8295382a8e7c.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
8752115f8d0c.json feat: add Azure OpenAI inference provider support (#3396) 2025-09-11 13:48:38 +02:00
27463384d1a3.json feat: add dynamic model registration support to TGI inference (#3417) 2025-09-15 15:52:40 -04:00
87577729d812.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
378412143edb.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
946376830d67.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
4420515208a8.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
5370751803dc.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
6412295819a1.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
84432044194a.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
417020320684.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
517505777888.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
a0c4df33879f.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
a0ec01643fa2.json feat: together now supports base64 embedding encoding (#3559) 2025-09-26 16:05:52 +02:00
a1c5bf09ea53.json feat: update Cerebras inference provider to support dynamic model listing (#3481) 2025-09-23 16:26:00 -04:00
a1ea41fbf9a2.json chore: use ollama/all-minilm:l6-v2 for ollama tests (#3537) 2025-09-24 19:33:02 -04:00
a4c8d19bb1eb.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
a4ef4fd267a0.json chore: remove /v1/inference/completion and implementations (#3622) 2025-10-01 11:36:53 -04:00
a11b11923cc8.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
a46b77ffd494.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
a59d0d7c1485.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
a92b8fc775d5.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
a98eecadddc8.json feat: add dynamic model registration support to TGI inference (#3417) 2025-09-15 15:52:40 -04:00
a410d4840402.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
a5187d9d5057.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
a369881bb3a2.json chore(apis): unpublish deprecated /v1/inference apis (#3297) 2025-09-27 11:20:06 -07:00
a689181d64d3.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
a97477559b10.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
aa745b14fe67.json chore: recordings for fireworks (inference + openai) (#3573) 2025-09-27 11:22:30 -07:00
aacf9abc51d4.json feat: add dynamic model registration support to TGI inference (#3417) 2025-09-15 15:52:40 -04:00
adf150be9638.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
ae82d694f34c.json feat: together now supports base64 embedding encoding (#3559) 2025-09-26 16:05:52 +02:00
aeb1abed5560.json chore: fix agents tests for non-ollama providers, provide max_tokens (#3657) 2025-10-02 14:30:13 -04:00
af6ca03dcbc3.json feat: update Cerebras inference provider to support dynamic model listing (#3481) 2025-09-23 16:26:00 -04:00
afb33182f365.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
b4cda53cd04f.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
b5e3ed420986.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
b9f6e724ae06.json feat: add dynamic model registration support to TGI inference (#3417) 2025-09-15 15:52:40 -04:00
b28f75bd87dc.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
b37b79e8ef96.json chore: remove /v1/inference/completion and implementations (#3622) 2025-10-01 11:36:53 -04:00
b44cc7a7afc8.json chore(misc): make tests and starter faster (#3042) 2025-08-05 14:55:05 -07:00
b050e5a7e4a3.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
b58e35a624b0.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
b178d000a14a.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
b374fc18c641.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
b459f403a5ae.json feat: update Cerebras inference provider to support dynamic model listing (#3481) 2025-09-23 16:26:00 -04:00
b612debbd3bf.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
b57525af4982.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
b734171a0872.json feat: together now supports base64 embedding encoding (#3559) 2025-09-26 16:05:52 +02:00
b24590574a85.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
b81284317242.json chore: remove /v1/inference/completion and implementations (#3622) 2025-10-01 11:36:53 -04:00
ba2761dcee2d.json refactor(agents): migrate to OpenAI chat completions API (#3323) 2025-10-02 06:50:32 -04:00
bac8c9e59dda.json chore: remove /v1/inference/completion and implementations (#3622) 2025-10-01 11:36:53 -04:00
bc581d1d19f9.json chore: remove /v1/inference/completion and implementations (#3622) 2025-10-01 11:36:53 -04:00
bce560cbf1c6.json feat: add embedding and dynamic model support to Together inference adapter (#3458) 2025-09-16 11:53:41 -07:00
bd656a9e3f8f.json chore: remove /v1/inference/completion and implementations (#3622) 2025-10-01 11:36:53 -04:00
bebc02ac1fb5.json chore: fix agents tests for non-ollama providers, provide max_tokens (#3657) 2025-10-02 14:30:13 -04:00
bf79a89cc37f.json feat: implement query_metrics (#3074) 2025-08-22 14:19:24 -07:00
c1f63bb6469c.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
c02a8dfb5458.json refactor(agents): migrate to OpenAI chat completions API (#3323) 2025-10-02 06:50:32 -04:00
c2ac76cbf66d.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
c3dbccc5de74.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
c6fc83f0a1d5.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
c7fc52830c4c.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
c7ff69e043ea.json chore: fix agents tests for non-ollama providers, provide max_tokens (#3657) 2025-10-02 14:30:13 -04:00
c8a59b661fd5.json feat: together now supports base64 embedding encoding (#3559) 2025-09-26 16:05:52 +02:00
c8cbe86c6dae.json refactor(agents): migrate to OpenAI chat completions API (#3323) 2025-10-02 06:50:32 -04:00
c8e196049fe4.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
c9cba6f3ee38.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
c13d7510774c.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
c48eb1cb6e1c.json chore: use ollama/all-minilm:l6-v2 for ollama tests (#3537) 2025-09-24 19:33:02 -04:00
c62eb5d7115e.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
c2199d6064db.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
c4991de37dfb.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
c8234a1171f3.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
c791119e6359.json feat: add Azure OpenAI inference provider support (#3396) 2025-09-11 13:48:38 +02:00
c9667519ad7c.json fix: telemetry fixes (inference and core telemetry) (#2733) 2025-08-06 13:37:40 -07:00
ca5e40a262f5.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
ca92e698d8cd.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
ca332c91adee.json chore: recordings for fireworks (inference + openai) (#3573) 2025-09-27 11:22:30 -07:00
cb0e0321c53c.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
cb3df2a1dc22.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
cb1099daed49.json chore(apis): unpublish deprecated /v1/inference apis (#3297) 2025-09-27 11:20:06 -07:00
cbd6b65e0622.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
cca0267555a6.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
cd0ece88d392.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
cd294c2e0038.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
ce7f0b89454f.json refactor(agents): migrate to OpenAI chat completions API (#3323) 2025-10-02 06:50:32 -04:00
ce21235ebde2.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
cf55f983d1ff.json feat: add dynamic model registration support to TGI inference (#3417) 2025-09-15 15:52:40 -04:00
cf776b1aa432.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
d0ac68cbde69.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
d2e057a81717.json feat: together now supports base64 embedding encoding (#3559) 2025-09-26 16:05:52 +02:00
d3e27b7234e2.json feat: add Azure OpenAI inference provider support (#3396) 2025-09-11 13:48:38 +02:00
d3fc756ea885.json chore: fix agents tests for non-ollama providers, provide max_tokens (#3657) 2025-10-02 14:30:13 -04:00
d4c86ac355fb.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
d4f56d7d1996.json fix: telemetry fixes (inference and core telemetry) (#2733) 2025-08-06 13:37:40 -07:00
d7caf68e394e.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
d9e8f66e1d85.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
d10fc0f9ac66.json chore: recordings for fireworks (inference + openai) (#3573) 2025-09-27 11:22:30 -07:00
d45ca9107508.json chore: recordings for fireworks (inference + openai) (#3573) 2025-09-27 11:22:30 -07:00
d64ffaa0de6f.json feat: (re-)enable Databricks inference adapter (#3500) 2025-09-23 15:37:23 -04:00
d68f6c1abf34.json refactor(agents): migrate to OpenAI chat completions API (#3323) 2025-10-02 06:50:32 -04:00
d86d4fc1eaca.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
d927b47032de.json chore(apis): unpublish deprecated /v1/inference apis (#3297) 2025-09-27 11:20:06 -07:00
d5971b8fdb94.json feat: together now supports base64 embedding encoding (#3559) 2025-09-26 16:05:52 +02:00
d85689907fec.json feat: add embedding and dynamic model support to Together inference adapter (#3458) 2025-09-16 11:53:41 -07:00
da531c71e64f.json chore(misc): make tests and starter faster (#3042) 2025-08-05 14:55:05 -07:00
dbc41d2417e1.json chore(misc): make tests and starter faster (#3042) 2025-08-05 14:55:05 -07:00
dc978ebb7159.json chore: use ollama/all-minilm:l6-v2 for ollama tests (#3537) 2025-09-24 19:33:02 -04:00
dc8120cf0774.json feat: implement query_metrics (#3074) 2025-08-22 14:19:24 -07:00
dcbe6260d0a1.json feat: together now supports base64 embedding encoding (#3559) 2025-09-26 16:05:52 +02:00
dd226d71f844.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
decfd950646c.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
dee1518c6628.json chore: use ollama/all-minilm:l6-v2 for ollama tests (#3537) 2025-09-24 19:33:02 -04:00
df20f4b62da7.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
e0a6dce1d94b.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
e0c71820f395.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
e1ccaa261725.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
e2c9b07709fe.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
e3b94833d349.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
e3bded498c54.json chore: fix agents tests for non-ollama providers, provide max_tokens (#3657) 2025-10-02 14:30:13 -04:00
e4cee6b71b0e.json chore: fix agents tests for non-ollama providers, provide max_tokens (#3657) 2025-10-02 14:30:13 -04:00
e4daa5642f6e.json chore: recordings for fireworks (inference + openai) (#3573) 2025-09-27 11:22:30 -07:00
e8b427b3d631.json feat: together now supports base64 embedding encoding (#3559) 2025-09-26 16:05:52 +02:00
e08e01e5652a.json feat: add dynamic model registration support to TGI inference (#3417) 2025-09-15 15:52:40 -04:00
e9c8a0e4f0e0.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
e19cd96d3d9f.json chore: remove /v1/inference/completion and implementations (#3622) 2025-10-01 11:36:53 -04:00
e22f98c05933.json chore: recordings for fireworks (inference + openai) (#3573) 2025-09-27 11:22:30 -07:00
e25ab43491af.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
e59abd091d90.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
e99f14805360.json chore: recordings for fireworks (inference + openai) (#3573) 2025-09-27 11:22:30 -07:00
e871b8007b8c.json chore: fix agents tests for non-ollama providers, provide max_tokens (#3657) 2025-10-02 14:30:13 -04:00
e08848bfcd28.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
e11745e75e87.json chore: fix agents tests for non-ollama providers, provide max_tokens (#3657) 2025-10-02 14:30:13 -04:00
e61266e87842.json feat: Add items and title to ToolParameter/ToolParamDefinition (#3003) 2025-09-27 11:35:29 -07:00
e509387fc329.json feat: (re-)enable Databricks inference adapter (#3500) 2025-09-23 15:37:23 -04:00
e29300494763.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
e96152610712.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
ecae140151d1.json chore: update the ollama inference impl to use OpenAIMixin for openai-compat functions (#3395) 2025-09-18 13:09:57 +02:00
ecf6f0c51485.json feat: (re-)enable Databricks inference adapter (#3500) 2025-09-23 15:37:23 -04:00
ed4d1f04922a.json chore: remove /v1/inference/completion and implementations (#3622) 2025-10-01 11:36:53 -04:00
eeb26200786f.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
eee6a163b837.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
eee47930e3ae.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
eefb4206a4a9.json feat: update Cerebras inference provider to support dynamic model listing (#3481) 2025-09-23 16:26:00 -04:00
ef4d211b38bf.json feat: together now supports base64 embedding encoding (#3559) 2025-09-26 16:05:52 +02:00
ef59cbff54d0.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
f0bbea34c5cc.json feat: add embedding and dynamic model support to Together inference adapter (#3458) 2025-09-16 11:53:41 -07:00
f1ea938b0b0d.json chore(misc): make tests and starter faster (#3042) 2025-08-05 14:55:05 -07:00
f3cbd3f07e60.json chore: recordings for fireworks (inference + openai) (#3573) 2025-09-27 11:22:30 -07:00
f4c5ae637cd1.json feat: together now supports base64 embedding encoding (#3559) 2025-09-26 16:05:52 +02:00
f6a1cb47dfe8.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
f6d655e91ac3.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
f8ba05a5ce61.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
f22b7da7ad75.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
f23defea82ec.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
f28a44c97ea7.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
f70f30f54211.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
f340a394f6e0.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
f389f5cdf583.json chore: fix agents tests for non-ollama providers, provide max_tokens (#3657) 2025-10-02 14:30:13 -04:00
f477c2fe1332.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
f518ea4fde7d.json feat: add dynamic model registration support to TGI inference (#3417) 2025-09-15 15:52:40 -04:00
f701ad342bd8.json chore: recordings for fireworks (inference + openai) (#3573) 2025-09-27 11:22:30 -07:00
f1592dee71e5.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
f6469c4656dd.json chore: recordings for fireworks (inference + openai) (#3573) 2025-09-27 11:22:30 -07:00
fb785db7fafd.json feat: add Azure OpenAI inference provider support (#3396) 2025-09-11 13:48:38 +02:00
fbc7b626714d.json chore: use ollama/all-minilm:l6-v2 for ollama tests (#3537) 2025-09-24 19:33:02 -04:00
fc0662299704.json chore: fix agents tests for non-ollama providers, provide max_tokens (#3657) 2025-10-02 14:30:13 -04:00
fcdef245da95.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
fced8b60ae5f.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
fe140befeba4.json feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
feae037e2abd.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
ff7db0102b28.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
ff3271401fb4.json feat: add Azure OpenAI inference provider support (#3396) 2025-09-11 13:48:38 +02:00
ffd7b58fded8.json feat: (re-)enable Databricks inference adapter (#3500) 2025-09-23 15:37:23 -04:00
models-4a3a4447b16b-3057338f.json feat(tests): auto-merge all model list responses and unify recordings (#3320) 2025-09-03 11:33:03 -07:00
models-7d9446738fd7-d5d684a3.json fix: don't pass default response format in Responses (#3614) 2025-09-30 14:52:24 -07:00
models-bd032f995f2a-52e8575f.json feat: Add items and title to ToolParameter/ToolParamDefinition (#3003) 2025-09-27 11:35:29 -07:00
models-bd032f995f2a-3255f444.json feat: add static embedding metadata to dynamic model listings for providers using OpenAIMixin (#3547) 2025-09-25 17:17:00 -04:00
models-bd032f995f2a-7467c0cf.json fix: don't pass default response format in Responses (#3614) 2025-09-30 14:52:24 -07:00
models-bd032f995f2a-16718308.json feat(tools)!: substantial clean up of "Tool" related datatypes (#3627) 2025-10-02 15:12:03 -07:00
models-bd032f995f2a-abd54ea0.json fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
models-bd032f995f2a-af43cc69.json feat: update Cerebras inference provider to support dynamic model listing (#3481) 2025-09-23 16:26:00 -04:00
models-bd032f995f2a-e660ee4a.json feat: Add items and title to ToolParameter/ToolParamDefinition (#3003) 2025-09-27 11:35:29 -07:00
models-bd032f995f2a-ebaa996d.json fix: don't pass default response format in Responses (#3614) 2025-09-30 14:52:24 -07:00