refactor: update parameter names in validation functions for clarity

This commit is contained in:
grillazz
2026-07-20 10:27:12 +02:00
parent a8e654f9d6
commit cb4a63b6c0
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -2,8 +2,8 @@
import httpx
import pytest
from app.services.chat_agent import OllamaChatAgent, LocalEchoAgent, build_chat_agent
from app.config import ChatConfig
from app.services.chat_agent import LocalEchoAgent, OllamaChatAgent, build_chat_agent
class TestOllamaChatAgentAttrsFeatures: