llama-stack-mirror/docs/source
Ashwin Bharambe 2e5bfcd42a
Update Telemetry API so OpenAPI generation can work (#640)
We cannot use recursive types because not only does our OpenAPI
generator not like them, even if it did, it is not easy for all client
languages to automatically construct proper APIs (especially considering
garbage collection) around them. For now, we can return a `Dict[str,
SpanWithStatus]` instead of `SpanWithChildren` and rely on the client to
reconstruct the tree.

Also fixed a super subtle issue with the OpenAPI generation process
(monkey-patching of json_schema_type wasn't working because of import
reordering.)
2024-12-16 13:00:14 -08:00
..
benchmark_evaluations add colab notebook & update docs (#619) 2024-12-13 19:15:15 -08:00
building_applications Update Telemetry API so OpenAPI generation can work (#640) 2024-12-16 13:00:14 -08:00
concepts add colab notebook & update docs (#619) 2024-12-13 19:15:15 -08:00
contributing Fix some typos in distributions/providers docs (#603) 2024-12-11 10:10:52 -08:00
distributions Doc: Ollama command references non-existent file (#632) 2024-12-15 06:52:28 -08:00
getting_started Add documentations for building applications and with some content for agentic loop 2024-12-08 14:56:37 -08:00
introduction Add documentations for building applications and with some content for agentic loop 2024-12-08 16:54:02 -08:00
playground [docs] add playground ui docs (#592) 2024-12-12 10:40:38 -08:00
references add colab notebook & update docs (#619) 2024-12-13 19:15:15 -08:00
conf.py [docs] add playground ui docs (#592) 2024-12-12 10:40:38 -08:00
index.md add colab notebook & update docs (#619) 2024-12-13 19:15:15 -08:00