mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-15 14:08:00 +00:00
docs: add use of custom exceptions to code style guide
Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
This commit is contained in:
parent
0caef40e0d
commit
63293e1902
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue