Skip to main content

batch_signature

Function batch_signature 

Source
pub fn batch_signature(calls: &[ToolCall]) -> String
Expand 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.