mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +00:00
fix agentic calling inference
This commit is contained in:
parent
2501b3d7de
commit
f55ffa8b53
4 changed files with 8 additions and 22 deletions
|
@ -125,11 +125,7 @@ Event = Annotated[
|
|||
|
||||
class Telemetry(Protocol):
|
||||
@webmethod(route="/telemetry/log_event")
|
||||
<<<<<<< migrate_request_wrapper
|
||||
async def log_event(self, event: Event) -> None: ...
|
||||
=======
|
||||
async def log_event(self, event: Event): ...
|
||||
>>>>>>> main
|
||||
|
||||
@webmethod(route="/telemetry/get_trace", method="GET")
|
||||
async def get_trace(self, trace_id: str) -> Trace: ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue