Skip to content

Commit dd3701f

Browse files
committed
fix imports
1 parent 1d23124 commit dd3701f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

livekit-agents/livekit/agents/beta/workflows/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from dataclasses import dataclass
44
from enum import Enum
55

6-
from ...llm import Instructions
6+
from ...llm.chat_context import Instructions
77
from ...types import NOT_GIVEN, NotGivenOr
88
from ...utils import is_given
99

livekit-agents/livekit/agents/beta/workflows/warm_transfer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from ... import llm, stt, tts, utils, vad
1212
from ...job import get_job_context
13-
from ...llm import Instructions
13+
from ...llm.chat_context import Instructions
1414
from ...llm.tool_context import ToolError, ToolFlag, function_tool
1515
from ...log import logger
1616
from ...types import NOT_GIVEN, NotGiven, NotGivenOr

0 commit comments

Comments
 (0)