ollama/api
Devon Rifkin c4dd1a0999 preserve tool definition and call JSON ordering
This is another iteration of
<https://github.com/ollama/ollama/pull/12518>, but this time we've
simplified things by relaxing the competing requirements of being
compatible AND order-preserving with templates (vs. renderers). We
maintain backwards compatibility at the cost of not guaranteeing order
for templates. We plan on moving more and more models to renderers,
which have been updated to use these new data types, and additionally
we could add an opt-in way of templates getting an order-preserved list
(e.g., via sibling template vars)
2026-01-05 17:16:54 -08:00
..
examples ci: restore previous linter rules (#13322) 2025-12-03 18:55:02 -08:00
client.go docs: fix link to modelfile.mdx (#13220) 2025-12-11 16:14:45 -08:00
client_test.go api/client: handle non-json streaming errors (#13007) 2025-12-01 15:10:16 -08:00
types.go preserve tool definition and call JSON ordering 2026-01-05 17:16:54 -08:00
types_test.go preserve tool definition and call JSON ordering 2026-01-05 17:16:54 -08:00
types_typescript_test.go tools: support anyOf types 2025-08-05 16:46:24 -07:00