test: revert to base Agent to check if stt_node override breaks VAD

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Christian Gick
2026-02-22 18:45:56 +02:00
parent fb09808a8c
commit e926908af7

View File

@@ -641,7 +641,7 @@ class VoiceSession:
logger.info("SEARCH_RESULT: %s", result[:200]) logger.info("SEARCH_RESULT: %s", result[:200])
return result return result
agent = _VoiceAgent( agent = Agent(
instructions=_build_voice_prompt() + memory_section, instructions=_build_voice_prompt() + memory_section,
tools=[search_web], tools=[search_web],
) )