Skip to content

[BUG] Zoho desk implementation does not properly pass props in config #18798

@sicarius97

Description

@sicarius97

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:

  1. Prompt AI to search for tickets in a new status
  2. 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
  3. 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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions