You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnutils.NewToolResultError("issue_number is required for update method"), nil, nil
1115
1114
}
1116
-
returnutils.NewToolResultText(fmt.Sprintf("Ready to update issue #%d in %s/%s. The interactive form will be displayed. If no form appears, call this tool again with _ui_submitted set to true to proceed.", issueNumber, owner, repo)), nil, nil
1115
+
returnutils.NewToolResultText(fmt.Sprintf("Ready to update issue #%d in %s/%s. The user will review and confirm via the interactive form.", issueNumber, owner, repo)), nil, nil
1117
1116
}
1118
-
returnutils.NewToolResultText(fmt.Sprintf("Ready to create an issue in %s/%s. The interactive form will be displayed. If no form appears, call this tool again with _ui_submitted set to true to proceed.", owner, repo)), nil, nil
1117
+
returnutils.NewToolResultText(fmt.Sprintf("Ready to create an issue in %s/%s. The user will review and confirm via the interactive form.", owner, repo)), nil, nil
returnutils.NewToolResultText(fmt.Sprintf("Ready to create a pull request in %s/%s. The interactive form will be displayed. If no form appears, call this tool again with _ui_submitted set to true to proceed.", owner, repo)), nil, nil
returnutils.NewToolResultText(fmt.Sprintf("Ready to create a pull request in %s/%s. The user will review and confirm via the interactive form.", owner, repo)), nil, nil
0 commit comments