-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The zoho desk tooling passes common props from the top level app.mjs file but none of those props are being returned particularly in the search_ticket tool. The begin configuration tool doesn't seem to inform the AI of all available props. That makes it so that the AI has no guidance on all of the available parameters that it can use to make API requests, so it does the most basic version
To Reproduce
Steps to reproduce the behavior:
- Prompt AI to search for tickets in a new status
- configure_zoho_desk__search_ticket_props only ever uses the orgId and search parameters, missing out on many of the available parameters passed from the topp level app.mjs
- AI searches without using any proper parameters as it only seems to be aware of the two
Expected behavior
The AI prop prompt that gets returned should show all of the available props being passed from the top level app rather than just the two contained in the tool file so that it can make proper api requests
Screenshots
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working