UNPKG

@longevity-genie/biostratum-mcp-plugin

Version:

ElizaOS MCP plugin for biostratum - a comprehensive MCP composer and adapter solution

2 lines (1 loc) 1.1 kB
export declare const feedbackTemplate = "\n{{{mcpProvider.text}}}\n\n{{{recentMessages}}}\n\n# JSON Correction Instructions\n\nYou previously attempted to parse a JSON selection but encountered an error. You need to fix the issues and provide a valid JSON response.\n\n**PREVIOUS RESPONSE:**\n{{{originalResponse}}}\n\n**ERROR:**\n{{{errorMessage}}}\n\n**Available {{{itemType}}}s:**\n{{{itemsDescription}}}\n\n**User request:** \"{{{userMessage}}}\"\n\n## CRITICAL REQUIREMENTS FOR CORRECTION:\n1. **SERVER NAMES**: Must match EXACTLY the server name shown in [SERVER NAME] - case-sensitive!\n - Use complete names like \"biostratum-gget\", NOT abbreviated forms like \"gget\"\n2. **{{{itemType}}} NAMES**: Must match exactly the available {{{itemType}}} names (case-sensitive!)\n3. **JSON FORMAT**: Valid JSON syntax with double quotes for keys and string values\n4. **NO PLACEHOLDERS**: All values must be concrete and usable (no \"example\", \"your-value\", etc.)\n5. **NO FORMATTING**: No markdown, code blocks, or explanatory text outside the JSON\n\n## Your Corrected JSON Response:\n";