mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-19 14:29:39 +00:00
Fix the openapi generator
This commit is contained in:
parent
5bbdcf70f6
commit
787f5461bc
9 changed files with 347 additions and 470 deletions
|
|
@ -243,7 +243,7 @@ class TelemetryAdapter(TelemetryDatasetMixin, Telemetry):
|
|||
span_id: str,
|
||||
attributes_to_return: Optional[List[str]] = None,
|
||||
max_depth: Optional[int] = None,
|
||||
) -> SpanWithChildren:
|
||||
) -> Dict[str, SpanWithStatus]:
|
||||
return await self.trace_store.get_span_tree(
|
||||
span_id=span_id,
|
||||
attributes_to_return=attributes_to_return,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue