LLMService: add new FunctionCallsStartedFrame

This commit is contained in:
Aleix Conchillo Flaqué
2025-05-30 09:55:40 -07:00
parent f0cbdc4e68
commit 297afdd126
4 changed files with 53 additions and 32 deletions

View File

@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added a new frame `FunctionCallsStartedFrame`. This frame is pushed both
upstream and downstream from the LLM service to indicate that one or more
function calls are going to be executed.
- Added LLM services `on_function_calls_started` event. This event will be
triggered when the LLM service receives function calls from the model and is
going to start executing them.