Skip to content

Commit affddb1

Browse files
author
CodeBuddy Attribution Bot
committed
fix(attribution): Skill 未引导 Agent 使用正确的部署工具路径,导致 HTTP 云函数创建后实际未生效 (issue_mnzgm6vs_zs4kzk)
1 parent 0ed5388 commit affddb1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

config/source/skills/cloud-functions/references/http-functions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@ manageGateway({
143143
});
144144
```
145145

146+
Translate historical tool names before acting so the deployment actually takes effect:
147+
148+
- `createFunctionHTTPAccess` -> `manageGateway(action="createAccess")`
149+
- `readSecurityRule` -> `queryPermissions(action="getResourcePermission", resourceType="function")`
150+
- `writeSecurityRule` -> `managePermissions(action="updateResourcePermission")`
151+
146152
Before enabling anonymous access, confirm both of these:
147153

148154
1. The access path exists.

0 commit comments

Comments
 (0)