mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 13:42:39 +00:00
minor fixes
This commit is contained in:
parent
94b4113c63
commit
e5c85b9dba
3 changed files with 3 additions and 5 deletions
|
|
@ -63,7 +63,7 @@ class ConsoleTelemetryImpl(Telemetry):
|
|||
async def export_agent_trace(
|
||||
self,
|
||||
session_ids: List[str],
|
||||
dataset_id: str = None,
|
||||
dataset_id: str,
|
||||
) -> None:
|
||||
raise NotImplementedError(
|
||||
"Console telemetry does not support agent trace export"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue