llama-stack-mirror/docs
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
..
_static Make a new llama stack image 2024-11-22 23:49:22 -08:00
notebooks add colab notebook & update docs (#619) 2024-12-13 19:15:15 -08:00
openapi_generator Update Telemetry API so OpenAPI generation can work (#640) 2024-12-16 13:00:14 -08:00
resources Update Telemetry API so OpenAPI generation can work (#640) 2024-12-16 13:00:14 -08:00
source Update Telemetry API so OpenAPI generation can work (#640) 2024-12-16 13:00:14 -08:00
to_situate Fix URLs to Llama Stack Read the Docs Webpages (#547) 2024-11-29 10:11:50 -06:00
zero_to_hero_guide Use customtool's get_tool_definition to remove duplication (#584) 2024-12-08 15:00:41 -08:00
contbuild.sh Fix broken links with docs 2024-11-22 20:42:17 -08:00
dog.jpg Support for Llama3.2 models and Swift SDK (#98) 2024-09-25 10:29:58 -07:00
license_header.txt Initial commit 2024-07-23 08:32:33 -07:00
make.bat first version of readthedocs (#278) 2024-10-22 10:15:58 +05:30
Makefile first version of readthedocs (#278) 2024-10-22 10:15:58 +05:30
requirements.txt [docs] add playground ui docs (#592) 2024-12-12 10:40:38 -08:00