File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ export {
2+ createReplyPrefixContext ,
3+ type ClawdbotConfig ,
4+ type ReplyPayload ,
5+ type RuntimeEnv ,
6+ } from "openclaw/plugin-sdk/feishu" ;
Original file line number Diff line number Diff line change 11import { resolveSendableOutboundReplyParts } from "openclaw/plugin-sdk/reply-payload" ;
2+ import { resolveFeishuRuntimeAccount } from "./accounts.js" ;
3+ import { createFeishuClient } from "./client.js" ;
24import {
35 createReplyPrefixContext ,
46 type ClawdbotConfig ,
57 type ReplyPayload ,
68 type RuntimeEnv ,
7- } from "../runtime-api.js" ;
8- import { resolveFeishuRuntimeAccount } from "./accounts.js" ;
9- import { createFeishuClient } from "./client.js" ;
9+ } from "./comment-dispatcher-runtime-api.js" ;
1010import type { CommentFileType } from "./comment-target.js" ;
1111import { deliverCommentThreadText } from "./drive.js" ;
1212import { getFeishuRuntime } from "./runtime.js" ;
You can’t perform that action at this time.
0 commit comments