mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 12:59:47 +00:00
minor fixes
This commit is contained in:
parent
94b4113c63
commit
e5c85b9dba
3 changed files with 3 additions and 5 deletions
|
|
@ -190,5 +190,5 @@ class Telemetry(Protocol):
|
|||
async def export_agent_trace(
|
||||
self,
|
||||
session_ids: List[str],
|
||||
dataset_id: str = None,
|
||||
dataset_id: str,
|
||||
) -> None: ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue