Skip to content

Commit

Permalink
Removed extra spaces from test_agent_types prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza committed Sep 13, 2024
1 parent 0b02309 commit 5361849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ async def test_agent_types(
agent_test_settings.llm = "gpt-4o-mini"
agent_test_settings.summary_llm = "gpt-4o-mini"
agent_test_settings.agent.agent_prompt += (
"\n\n Call each tool once in appropriate order and "
"\n\nCall each tool once in appropriate order and"
" accept the answer for now, as we're in debug mode."
)
request = QueryRequest(query=question, settings=agent_test_settings)
Expand Down

0 comments on commit 5361849

Please sign in to comment.