We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ed4cf commit 1848ebcCopy full SHA for 1848ebc
src/backend/v3/models/messages.py
@@ -6,7 +6,7 @@
6
from typing import Any, Dict, List, Literal, Optional
7
import time
8
from semantic_kernel.kernel_pydantic import Field, KernelBaseModel
9
-from src.backend.common.models.messages_kernel import AgentMessageType
+from common.models.messages_kernel import AgentMessageType
10
from v3.models.models import MPlan, PlanStatus
11
12
0 commit comments