Remove approval confirmation copy
This commit is contained in:
@@ -1086,8 +1086,6 @@ async fn maybe_create_pending_approval(
|
||||
},
|
||||
"expires_at": expires_at,
|
||||
"risk_level": policy.risk_level,
|
||||
"confirmation_title": policy.confirmation_title,
|
||||
"confirmation_body": policy.confirmation_body_template,
|
||||
"payload_preview": if policy.show_payload_preview {
|
||||
arguments.clone()
|
||||
} else {
|
||||
@@ -1102,8 +1100,6 @@ async fn maybe_create_pending_approval(
|
||||
operation_version: tool.operation.version,
|
||||
status: ApprovalRequestStatus::Pending,
|
||||
risk_level: policy.risk_level,
|
||||
confirmation_title: policy.confirmation_title.clone(),
|
||||
confirmation_body: policy.confirmation_body_template.clone(),
|
||||
request_payload: arguments.clone(),
|
||||
response_payload: None,
|
||||
created_at: now,
|
||||
|
||||
Reference in New Issue
Block a user