@gguf/claw
Version:
Multi-channel AI gateway with extensible messaging integrations
11 lines (10 loc) • 410 B
TypeScript
import type { ChannelThreadingContext, ChannelThreadingToolContext } from "../channels/plugins/types.js";
import type { OpenClawConfig } from "../config/config.js";
export declare function buildSlackThreadingToolContext(params: {
cfg: OpenClawConfig;
accountId?: string | null;
context: ChannelThreadingContext;
hasRepliedRef?: {
value: boolean;
};
}): ChannelThreadingToolContext;