Update api/schemas/__init__.py
Browse files- api/schemas/__init__.py +1 -1
api/schemas/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
"""Pydantic schemas for API request/response validation."""
|
| 2 |
|
| 3 |
-
from
|
| 4 |
ChatRequest,
|
| 5 |
ChatResponse,
|
| 6 |
Message,
|
|
|
|
| 1 |
"""Pydantic schemas for API request/response validation."""
|
| 2 |
|
| 3 |
+
from api.schemas.chat import (
|
| 4 |
ChatRequest,
|
| 5 |
ChatResponse,
|
| 6 |
Message,
|