We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
例行检查
你的版本
问题描述, 日志截图 我有两个api接口,通过http的post请求,其中接口A传参a后返回结果R1,结果R1的部分内容可以作为接口B的参数传入,最终返回结果R2,我的问题是: 我如何通过工具调用,识别用户的输入的信息,提取出参数a,通过参数a发送post请求,拿到结果R1后,再根据用户的输入自动判断是否要将结果R1继续作为接口B的参数获取返回结果,如果是,则把R1利用工具调用提取出接口B需要的具体参数,再返回结果R2。 最终根据情况将结果R1或者结果R2传递给AI,然后再将最终结果返回到对话。 这个流程是否可以实现?
The text was updated successfully, but these errors were encountered:
文本内容提取 -> Http请求 -> 问题分类 -> Http请求 -> AI对话
Sorry, something went wrong.
工具调用+提示词
No branches or pull requests
例行检查
你的版本
问题描述, 日志截图
我有两个api接口,通过http的post请求,其中接口A传参a后返回结果R1,结果R1的部分内容可以作为接口B的参数传入,最终返回结果R2,我的问题是:
我如何通过工具调用,识别用户的输入的信息,提取出参数a,通过参数a发送post请求,拿到结果R1后,再根据用户的输入自动判断是否要将结果R1继续作为接口B的参数获取返回结果,如果是,则把R1利用工具调用提取出接口B需要的具体参数,再返回结果R2。
最终根据情况将结果R1或者结果R2传递给AI,然后再将最终结果返回到对话。
这个流程是否可以实现?
The text was updated successfully, but these errors were encountered: