diff --git a/changelog/3120.added.md b/changelog/3120.added.md deleted file mode 100644 index 407b03721..000000000 --- a/changelog/3120.added.md +++ /dev/null @@ -1 +0,0 @@ -- Added `wait_for_all` argument to the base `LLMService`. When enabled, this ensures all function calls complete before returning results to the LLM (i.e., before running a new inference with those results).