Skip to content

Commit 4466e50

Browse files
Rename test_sequential_tool_calling.py to src/praisonai-agents/test_sequential_tool_calling.py
1 parent 9abd2a3 commit 4466e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_sequential_tool_calling.py renamed to src/praisonai-agents/test_sequential_tool_calling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ def multiply(a: int, b: int) -> int:
4646
)
4747

4848
result2 = agent2.chat("Get the stock price of Google and multiply it by 2")
49-
print(f"\nFinal result: {result2}")
49+
print(f"\nFinal result: {result2}")

0 commit comments

Comments
 (0)