docs: add use of custom exceptions to code style guide

Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
This commit is contained in:
Nathan Weinberg 2025-08-06 09:58:56 -04:00 committed by Nathan Weinberg
parent 0caef40e0d
commit 63293e1902

View file

@ -157,6 +157,7 @@ uv sync
that describes the configuration. These descriptions will be used to generate the provider that describes the configuration. These descriptions will be used to generate the provider
documentation. documentation.
* When possible, use keyword arguments only when calling functions. * When possible, use keyword arguments only when calling functions.
* Llama Stack utilizes [custom Exception classes](llama_stack/apis/common/errors.py) for certain Resources that should be used where applicable.
## Common Tasks ## Common Tasks