UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

4 lines (3 loc) 206 B
import type { Skill } from "./types.js"; /** Format model-visible skill metadata for inclusion in the harness system prompt. */ export declare function formatSkillsForSystemPrompt(skills: Skill[]): string;