mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-07-28 05:00:38 +03:00
refactor: update parameter names in validation functions for clarity
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user