Remove message history

This commit is contained in:
Alex Selimov 2025-08-01 14:21:18 -04:00
parent 1c75cfc716
commit c228a7298a
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31
3 changed files with 8 additions and 45 deletions

View file

@ -21,8 +21,6 @@ def test_chat_client(ollama_config, chat_client):
chat_client, "Tell me your name and introduce yourself briefly"
)
response_from_history = chat_client.get_last_response_or_none().content
assert response is not None
assert response == response_from_history
assert len(response) > 0
assert "gemma" in response.lower()