Skip to content

Commit

Permalink
additional fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
iljamak committed Mar 26, 2024
1 parent 89688c8 commit 0eeaf98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion salesgpt/salesgptapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async def do(self, human_input=None):
if self.sales_agent.conversation_history
else ""
)
print("AI LOG INTERMEDIATE STEPS: ", ai_log["intermediate_steps"])
#print("AI LOG INTERMEDIATE STEPS: ", ai_log["intermediate_steps"])

if (
self.use_tools and
Expand Down
1 change: 1 addition & 0 deletions tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,4 @@ async def test_payload_structure(self):
]
for key in expected_keys:
assert key in payload, f"Payload missing expected key: {key}"

0 comments on commit 0eeaf98

Please sign in to comment.