forked from phoenix-oss/llama-stack-mirror
Fix agents path in generate.py
This commit is contained in:
parent
7a8aa775e5
commit
8c3010553f
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class LlamaStack(
|
|||
|
||||
# TODO: this should be fixed in the generator itself so it reads appropriate annotations
|
||||
STREAMING_ENDPOINTS = [
|
||||
"/agentic_system/turn/create",
|
||||
"/agents/turn/create",
|
||||
"/inference/chat_completion",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue