Describe the problem/error/question
I have built a custom server compatible with OpenAI API, and I have tested successfully with python API in functiion call. Using api_key and base_url in openai module.
Now, when I using the AI agent function call, it failed in the second request after the first request with OpenAI Chat node and then the tool result. I want to fetch the real HTTP POST request details using proxy server but I found that this had not been implemented( see Add proxy setting retrieving for chat open ai node, to fix https://github.com/n8n-io/n8n/issues/10901 by jasonliusz · Pull Request #13678 · n8n-io/n8n ).
So, can anyone tell me what is the request body during the function call with OpenAI Chat node?
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:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system: