Skip to content

Commit

Permalink
add forced responses to streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Oct 14, 2024
1 parent 3e83cab commit 070b0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/agent/vision_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def chat_with_artifacts(
self.streaming_message(
{
"role": "assistant",
"content": json.dumps(response),
"content": json.dumps(add_step_descriptions(response)),
"finished": finished and code_action is None,
}
)
Expand Down

0 comments on commit 070b0f5

Please sign in to comment.