From 494b1e2a43216bf6895ec526d727046f4a173444 Mon Sep 17 00:00:00 2001 From: Ben Cherry Date: Mon, 18 Aug 2025 14:29:50 -0700 Subject: [PATCH] Fix mock_tools import --- tests/test_agent.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_agent.py b/tests/test_agent.py index d8eb119..4eb3e70 100644 --- a/tests/test_agent.py +++ b/tests/test_agent.py @@ -1,6 +1,5 @@ import pytest -from livekit.agents import AgentSession, llm -from livekit.agents.voice.run_result import mock_tools +from livekit.agents import AgentSession, llm, mock_tools from livekit.plugins import openai from agent import Assistant