Skip to content

Commit ca27f6f

Browse files
committed
add flag
1 parent 8e11d53 commit ca27f6f

File tree

1 file changed

+1
-0
lines changed
  • src/llama_stack_client/lib/agents

1 file changed

+1
-0
lines changed

src/llama_stack_client/lib/agents/agent.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ def _create_turn_streaming(
161161
stream=True,
162162
documents=documents,
163163
toolgroups=toolgroups,
164+
allow_turn_resume=True,
164165
)
165166
is_turn_complete = True
166167
turn_id = None

0 commit comments

Comments
 (0)