Fix agents path in generate.py

This commit is contained in:
Dalton Flanagan 2024-10-10 11:41:03 -04:00 committed by GitHub
parent 7a8aa775e5
commit 8c3010553f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",
]