feat: minor tweaks to chat system prompt to help with alignment

This commit is contained in:
Fahad
2025-10-03 23:09:12 +04:00
parent 3a8a9eb21b
commit a8fbafd5a7
6 changed files with 72 additions and 84 deletions

View File

@@ -65,7 +65,7 @@ async def test_chat_auto_mode_with_openai(monkeypatch):
arguments = {
"prompt": "Use chat with gpt5 and ask how far the moon is from earth.",
"model": "gpt-5",
"temperature": 0.2,
"temperature": 1.0,
}
result = await chat_tool.execute(arguments)