File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,13 +68,13 @@ def test_tool_usage_1():
6868 actions = lisa .listen_and_act (\
6969 """
7070 You have just been fired and need to find a new job. You decide to think about what you
71- want in life and then write a resume. The file must be titled 'Resume'.
71+ want in life and then write a resume. The file must be titled **exactly** 'Resume'.
7272 Don't stop until you actually write the resume.
7373 """ , return_actions = True )
7474
7575 assert contains_action_type (actions , "WRITE_DOCUMENT" ), "There should be a WRITE_DOCUMENT action in the actions list."
7676
7777 # check that the document was written to a file
78- assert os .path .exists (f"{ data_export_folder } /Document/Resume.docx" ), "The document should have been written to a file."
79- assert os .path .exists (f"{ data_export_folder } /Document/Resume.json" ), "The document should have been written to a file."
80- assert os .path .exists (f"{ data_export_folder } /Document/Resume.md" ), "The document should have been written to a file."
78+ assert os .path .exists (f"{ data_export_folder } /Document/Resume.Lisa Carter. docx" ), "The document should have been written to a file."
79+ assert os .path .exists (f"{ data_export_folder } /Document/Resume.Lisa Carter. json" ), "The document should have been written to a file."
80+ assert os .path .exists (f"{ data_export_folder } /Document/Resume.Lisa Carter. md" ), "The document should have been written to a file."
You can’t perform that action at this time.
0 commit comments