mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
add a comment that each telemetry provider inits datasetio
This commit is contained in:
parent
d70aff3663
commit
208fd33048
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ class QueryCondition(BaseModel):
|
||||||
@runtime_checkable
|
@runtime_checkable
|
||||||
class Telemetry(Protocol):
|
class Telemetry(Protocol):
|
||||||
|
|
||||||
|
# Each provider must initialize this dependency.
|
||||||
datasetio_api: DatasetIO
|
datasetio_api: DatasetIO
|
||||||
|
|
||||||
@webmethod(route="/telemetry/log-event")
|
@webmethod(route="/telemetry/log-event")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue