Skip to content

Commit

Permalink
fix(copilot): change suggested input
Browse files Browse the repository at this point in the history
  • Loading branch information
aboudzein committed Dec 2, 2024
1 parent 8982d5e commit 6320150
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export async function generateCode(
{
"name": "accessToken",
"description": "Gmail API access token",
"suggestedValue": "{{ connections.gmail.accessToken }}"
"suggestedValue": "Your Gmail API access token"
}
],
"icon": "Mail",
Expand Down

0 comments on commit 6320150

Please sign in to comment.