()
| 38 | |
| 39 | let logSeq = 0 |
| 40 | function nextId() { |
| 41 | return `ep-${++logSeq}-${Date.now()}` |
| 42 | } |
| 43 | |
| 44 | /** Client tool calling POST /api/execute-prompt; server uses local createExecutePromptTool (see lib/create-execute-prompt-tool.ts). */ |
| 45 | export const executePromptShoeCatalogTool = toolDefinition({ |
no test coverage detected