Aaron McCausland
02/13/2026, 7:04 PMCeligo AI
02/13/2026, 7:04 PMAI generated answer (using internal Slack threads):The
MUTUALLY_EXCLUSIVE_ARGUMENTS error in llm.generateText is likely caused by the simultaneous use of parameters that are not supposed to be used together. In your case, it seems like the responseFormat parameter is causing the issue.
The responseFormat parameter is used to specify the format of the response. However, if you're using other parameters that inherently determine the format of the response, using responseFormat at the same time can cause a conflict, hence the MUTUALLY_EXCLUSIVE_ARGUMENTS error.
To resolve this issue, you may need to remove the responseFormat parameter from your function call, or adjust other parameters so they don't conflict with responseFormat.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
02/13/2026, 7:04 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.82031256
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.813537598
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.811462462
Celigo AI
02/13/2026, 7:04 PMCeligo AI
02/13/2026, 7:05 PM