Adding custom query parameters to ai actions

  1. My goal: Add custom query parameters to ai action queries to toggle model levers like "reasoning_enabled: true".
  2. Issue: There is no place to add custom query params to ai actions that I have been able to find.
  3. Steps I've taken to troubleshoot: Looked through the advanced options for ai action config.
  4. Additional info: self-hosted
1 Like

Hi @John_Ferguson, for the Retool AI queries, you're right that there isn't a place to add additional query parameters. The Retool AI resource is set up for quick and easy prompting. You can try using an OpenAI resource, which will have more customization options, although I would recommend configuring a Rest API resource from scratch to have the most customization available. The only downside is that you'd need to use your own API key, but it is worth it if you want that level of functionality.

1 Like