后端服务将通过tjwater-cli形式访问
This commit is contained in:
@@ -8,12 +8,12 @@ const initializePromise = toolContextStore.initialize();
|
||||
|
||||
export default tool({
|
||||
description:
|
||||
"回读由 dynamic_http_call 生成的持久化 result_ref。适用于大结果只返回 preview 时,再按需读取完整或截断后的数据。",
|
||||
"回读持久化 result_ref。适用于大结果只返回 preview 时,按需读取完整或截断后的数据。仅用于仍使用 referenced 模式的遗留接口。",
|
||||
args: {
|
||||
reason: tool.schema
|
||||
.string()
|
||||
.describe("Why the stored result needs to be read for the current user request."),
|
||||
result_ref: tool.schema.string().describe("The result_ref returned by dynamic_http_call."),
|
||||
result_ref: tool.schema.string().describe("The result_ref handle."),
|
||||
max_items: tool.schema
|
||||
.number()
|
||||
.int()
|
||||
|
||||
Reference in New Issue
Block a user