FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "승인 요청 데이터 스키마"
{ "approvalId": "string", "triggerId": "string", "toolName": "ban_user | mark_comment_spam | ...", "actionType": 10, "status": "PENDING", "args": { /* 도구별, 아래 참조 */ }, "createdAt": "string - ISO 8601", "justification": "string - 선택적, 에이전트의 근거", "confidence": 0.85, "contextSnapshot": { /* 승인 요청 대상인 댓글/페이지 컨텍스트 */ } }
Result