Files
openclaw/src/plugin-sdk/tool-results.ts
Dallin Romney bfffa950d7 refactor(plugin-sdk): consolidate tool result helpers (#99740)
* refactor(plugin-sdk): consolidate tool result helpers

* docs(plugin-sdk): tighten tool result guidance

* refactor(feishu): use tool results directly
2026-07-04 16:50:44 -07:00

3 lines
141 B
TypeScript

export type { AgentToolResult } from "../agents/runtime/index.js";
export { jsonResult, textResult } from "../agents/tools/tool-results.js";