Add idempotency policy validation
CI / Rust Checks (push) Successful in 5m48s
Deploy / deploy (push) Successful in 1m37s
CI / UI Checks (push) Successful in 4s
CI / Deployment Manifests (push) Successful in 2s
CI / Frontend E2E (push) Successful in 4m33s

This commit is contained in:
github-ops
2026-06-20 21:16:00 +00:00
parent 7099faad2b
commit 79afb7df70
8 changed files with 166 additions and 7 deletions
+1 -1
View File
@@ -2053,7 +2053,7 @@ mod tests {
retry_policy: Some(RetryPolicy { max_attempts: 3 }),
auth_profile_ref: Some("auth_crank".into()),
headers: BTreeMap::from([("X-Request-Id".to_owned(), "static".to_owned())]),
response_cache: None,
..ExecutionConfig::default()
},
tool_description: ToolDescription {
title: "Create lead".to_owned(),