xAI Grok Chat Agent Missing Parameter

Can we modify a standard Grok Chat node to include a live search parameter?

Describe the problem/error/question

I would like to add a live search parameter to the Grok API, but I prefer not to use the HTTP node manually. Instead, I want to utilize tools and memory nodes in my AI agent. I believe the simplest solution is to modify the node to accept live_search as a parameter.

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.99.1
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via (Docker, npm, n8n cloud, desktop app): npm
  • Operating system: MacOS

Hi there, currently on the latest version of n8n, there are no possibilites for the grok chat node to be able to accept live search

so to answer your question

by default we cannot since there’s no option to do that, but of course if you know a bit of codiing you can contribute to the n8n code and add the feature yourself

or if you dont want the hassle then you can just use the http request node

same topic has been discussed in here as well if you want to see how to implement the http node

if iy answer your question please mark this as the solution and give it a like, thank you!

1 Like

hi there, if i help solve your question please mark my answer as the solution @Holmes_Cheng

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.