pub fn batch_signature(calls: &[ToolCall]) -> StringExpand description
Compute the batch signature for a slice of ToolCalls.
Individual signatures are sorted before joining so that the result is independent of the order in which the LLM emitted the calls.