OpenAI Realtime needs the assistant context aggregator to have expect_stripped_words=False

This commit is contained in:
Paul Kompfner
2025-10-29 16:15:16 -04:00
parent 8894db4290
commit d0f52feba3
4 changed files with 22 additions and 3 deletions

View File

@@ -895,6 +895,7 @@ class OpenAIRealtimeLLMService(LLMService):
)
context = LLMContext.from_openai_context(context)
assistant_params.expect_stripped_words = False
return LLMContextAggregatorPair(
context, user_params=user_params, assistant_params=assistant_params
)