};
}
confirmationTitle: localize('copilot.permission.default.title', "Allow tool call?"),
invocationMessage: md(localize('copilot.permission.default.message', "Allow the model to call {0}?", appendEscapedMarkdownInlineCode(toolName ?? request.kind))),
toolInput: args ? tryStringify(args) : tryStringify(request),