在 Plan and Solve 范式中,如何让模型在中间过程中通过自主编写工具,并自主调用解决问题? #153
zorro-gridi
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
从复杂任务拆解出来的子任务,有时间具有明显的程序性方案,适合使用编程函数解决,与 ReAct 范式不同,工具是启动时已经手工添加的,在 Plan and Solve 范式中,如何引导模型自主创建工具,并自主调用,来实现子任务的高效执行。
今天的测试问题:“每周一,三,五游泳,票价 40 元/ 次,我2025年11月游泳一共需要花多少钱?”
其中,有一个子任务,“11月1号是星期几”,模型花费了很长时间处理,如果通过函数调用就很快,类似这种场景如何优化系统设计?
Beta Was this translation helpful? Give feedback.
All reactions