Skip to content

Commit

Permalink
placeholder for the streaming test
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-michalsky committed Jul 5, 2023
1 parent 1f961b4 commit 1cf9009
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_salesgpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ def test_valid_inference(self, load_env):
assert agent_output is not None, "Agent output cannot be None."
assert isinstance(agent_output, str), "Agent output needs to be of type str"
assert len(agent_output) > 0, "Length of output needs to be greater than 0."


def test_valid_inference_stream(self, load_env):
pass

0 comments on commit 1cf9009

Please sign in to comment.