Skip to content

Commit

Permalink
Updated test of tool description to match CrewAI's updated tool descr…
Browse files Browse the repository at this point in the history
…iption

Signed-off-by: Mark Sze <[email protected]>
  • Loading branch information
marklysze committed Jan 20, 2025
1 parent 742bbb1 commit c6e8d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interop/crewai/test_crewai.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_convert_tool(self) -> None:
assert self.tool.name == "Read_a_file_s_content"
assert (
self.tool.description
== "A tool that can be used to read None's content. (IMPORTANT: When using arguments, put them all in an `args` dictionary)"
== "A tool that reads the content of a file. To use this tool, provide a 'file_path' parameter with the path to the file you want to read. (IMPORTANT: When using arguments, put them all in an `args` dictionary)"
)

args = self.model_type(file_path=file_path)
Expand Down

0 comments on commit c6e8d6c

Please sign in to comment.