Expand description
Stable signatures for a tool-call batch.
A batchβs identity, for the purpose of asking whether it repeated. Split
from the detector because it answers a different question β is this the
same request β from the one the detector asks, which is did the same
request get the same answer. See results.rs for the other half.
ConstantsΒ§
- MAX_
REPR_ πDEPTH - Maximum recursion depth for
stable_repr_inner.
FunctionsΒ§
- batch_
signature - Compute the batch signature for a slice of
ToolCalls. - stable_
repr π - Produce a deterministic string representation of a
serde_json::Valuesuitable for stable hashing. - stable_
repr_ πinner - tool_
signature π - Compute the individual signature for a single
ToolCall.