UNPKG

@stll/folio-agents

Version:

Framework-neutral LLM tool layer over folio's ai-edits engine: function-calling tools so an agent can read and mutate .docx documents through @stll/folio-core.

5 lines (4 loc) 154 B
//#region src/tool-contract.ts const defineFolioAgentToolDefinition = (definition) => definition; //#endregion export { defineFolioAgentToolDefinition };