mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-16 21:31:39 +00:00
* refactor(plugin-sdk): consolidate tool result helpers * docs(plugin-sdk): tighten tool result guidance * refactor(feishu): use tool results directly
3 lines
141 B
TypeScript
3 lines
141 B
TypeScript
export type { AgentToolResult } from "../agents/runtime/index.js";
|
|
export { jsonResult, textResult } from "../agents/tools/tool-results.js";
|