Skip to content

Commit

Permalink
fix: edit_code_artifact param not same in prompt (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyiqunLu authored Nov 28, 2024
1 parent cd2c6bd commit ad18c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/agent/vision_agent_prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def main():
if __name__ == "__main__":
main()
'''
edit_code_artifact(artifacts, 'streamlit_app.py', CODE, 0, 0)
edit_code_artifact(artifacts, 'streamlit_app.py', 0, 0, CODE)
</execute_python>
OBSERVATION:
Expand Down

0 comments on commit ad18c50

Please sign in to comment.