-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: form input #465
base: v1.0
Are you sure you want to change the base?
feat: form input #465
Conversation
Copilot
AI
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)
ui/desktop/src/utils/askAI.ts:146
- Correct the spelling mistake: 'descriribed' should be 'described'.
You must provide a response strictly as json in the format descriribed. No other
ui/desktop/src/utils/askAI.ts:33
- Address the inconsistency in the
getOptionsFormatterPrompt
function. The example JSON response uses 'optionTitle' and 'optionDescription', but the actual implementation uses 'title' and 'description'.
getOptionsFormatterPrompt = (messageContent: string): string => `
This adds some fixes around asking for user input, and also lets goose ask for richer form input. Applies some more type checks around forms and options.