GitHub user joeyutong added a comment to the discussion: Parallel Tool Call Execution
> that PENDING invariant makes sense One small clarification on the `PENDING` slots: earlier we aligned that non-reconcilable calls do not write `PENDING` today. In the new sketch, `reservePendingBatch(allIds(callables), argsDigest)` seems to reserve `PENDING` slots for all calls, and a `PENDING` slot without reconciler is handled by `Plan.submit(c)`. Is this intended as a batch-specific change to the current invariant, or should non-reconcilable calls remain completion-only? GitHub link: https://github.com/apache/flink-agents/discussions/855#discussioncomment-17581320 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
