-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support for adding array parameters e.g. access_codes/list editing parameter access_code_ids #68
Conversation
mastafit
commented
Jan 10, 2024
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.
Can you try something more like this: https://chat.openai.com/share/82aa4e7b-43c4-4279-bb33-a347d85e4216
lib/interact-for-open-api-object.ts
Outdated
`Enter multiple values for ${paramToEdit}, leave empty when done.` | ||
) | ||
while (true) { | ||
const { value } = await prompts({ |
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.
Create a subfunction in a seperate file called "interact for array"
This reverts commit 4d3e30f.
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.
nice