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:
2
voice.py
2
voice.py
@@ -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],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user