mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 09:21:45 +00:00
Update docs/source/getting_started/index.md
Co-authored-by: Francisco Arceo <farceo@redhat.com>
This commit is contained in:
parent
8253d44c5c
commit
b5438c9c82
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ print("prompt>", prompt)
|
|||
response = agent.create_turn(
|
||||
messages=[{"role": "user", "content": prompt}],
|
||||
session_id=agent.create_session("rag_session"),
|
||||
stream=True
|
||||
stream=True,
|
||||
)
|
||||
|
||||
for log in AgentEventLogger().log(response):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue