UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

15 lines (14 loc) 444 B
import { buildUntrustedChannelMetadata } from "../../security/channel-metadata.js"; export declare function resolveSlackRoomContextHints(params: { isRoomish: boolean; channelInfo?: { topic?: string; purpose?: string; }; channelConfig?: { systemPrompt?: string | null; } | null; }): { untrustedChannelMetadata?: ReturnType<typeof buildUntrustedChannelMetadata>; groupSystemPrompt?: string; };