mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-14 18:22:38 +00:00
docs: update docstrings for better formatting
This commit is contained in:
parent
a701f68bd7
commit
95a5cd4e79
10 changed files with 153 additions and 89 deletions
|
|
@ -82,7 +82,9 @@ class EvaluateResponse(BaseModel):
|
|||
|
||||
|
||||
class Eval(Protocol):
|
||||
"""Llama Stack Evaluation API for running evaluations on model and agent candidates."""
|
||||
"""Evaluations
|
||||
|
||||
Llama Stack Evaluation API for running evaluations on model and agent candidates."""
|
||||
|
||||
@webmethod(route="/eval/benchmarks/{benchmark_id}/jobs", method="POST", level=LLAMA_STACK_API_V1, deprecated=True)
|
||||
@webmethod(route="/eval/benchmarks/{benchmark_id}/jobs", method="POST", level=LLAMA_STACK_API_V1ALPHA)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue