remove legacy tracing

This commit is contained in:
Emilio Garcia 2025-10-07 14:32:32 -04:00
parent 5f827fd4ed
commit 0c843ec87f
16 changed files with 15 additions and 211 deletions

View file

@ -29,7 +29,6 @@ from llama_stack.models.llama.datatypes import (
ToolDefinition,
ToolPromptFormat,
)
from llama_stack.providers.utils.telemetry.trace_protocol import trace_protocol
from llama_stack.schema_utils import json_schema_type, register_schema, webmethod
register_schema(ToolCall)
@ -996,7 +995,6 @@ class ListOpenAIChatCompletionResponse(BaseModel):
@runtime_checkable
@trace_protocol
class InferenceProvider(Protocol):
"""
This protocol defines the interface that should be implemented by all inference providers.