最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

openai api - Seeking solutions for agentic llm solution using langchain and gpt4o-mini - Stack Overflow

programmeradmin3浏览0评论

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.

发布评论

评论列表(0)

  1. 暂无评论