Describe the bug
Adk PlanTask中间件BUG,ReadTask报错:TaskList read task file 1.json failed, err: file not found: /1.json
func listTasks(ctx context.Context, backend Backend, baseDir string) 中,backend.LsInfo返回的只是文件名而非完整文件路径,但是后续backend.Read的时候没有拼接baseDir。
Version:
v8.0.6
Describe the bug
Adk PlanTask中间件BUG,ReadTask报错:
TaskList read task file 1.json failed, err: file not found: /1.jsonfunc listTasks(ctx context.Context, backend Backend, baseDir string) 中,backend.LsInfo返回的只是文件名而非完整文件路径,但是后续backend.Read的时候没有拼接baseDir。
Version:
v8.0.6