Dear Stackoverflow Community,
To streamline create and update operations, we are working on built an agentic solution that automates API calls. A key challenge was reliably gathering all the necessary parameters. Our solution addresses this by using GPT-4 to understand the user’s intent and select the right tool, then employs a validation and retry mechanism to ensure all parameters are captured before constructing and executing the API call.
Workflow for Create/Update
- Identify intent using GPT-4 and select the appropriate tool.
- Validate and capture remaining parameters.
- Retry mechanism for capturing all required parameters.
- Create API calls based on captured parameters.
Can anyone help me out give proper idea and solution for this? It would be great if anyone can provide some document or any code to refer.
Can anyone help me out give proper idea and solution for this? It would be great if anyone can provide some document or any code to refer.