mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-02 23:02:16 +00:00
rebase
This commit is contained in:
parent
749bc74509
commit
a9192e252c
2 changed files with 9 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class TelemetryDatasetMixin:
|
|||
attributes_to_return: List[str],
|
||||
max_depth: Optional[int] = None,
|
||||
) -> QuerySpansResponse:
|
||||
traces = await self.query_traces(attribute_filters=attribute_filters)
|
||||
traces = await self.query_traces(attribute_filters=attribute_filters).data
|
||||
spans = []
|
||||
|
||||
for trace in traces:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue