Merge pull request #3090 from pipecat-ai/revert_function_calling_pr

Reverting: Ensure that the function call results respect the previous LLM context
This commit is contained in:
Aleix Conchillo Flaqué
2025-11-18 19:40:58 -08:00
committed by GitHub
2 changed files with 25 additions and 59 deletions

View File

@@ -69,11 +69,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a race condition where, if the LLM received instructions to both produce
text and invoke a function call at the same time, the context would not be
updated before the function call result arrived, causing the bot to repeat
itself.
- Fixed an issue in the `Runner` where, when using `SmallWebRTCTransport`, the
`request_data` was not being passed to the `SmallWebRTCRunnerArguments` body.