### Description Error is do not provide a description when using CLI for a new pipe: ``` ℹ ERROR STACK ↓ SyntaxError: Expression expected. (7:18) 5 | apiKey: process.env.LANGBASE_API_KEY!, 6 | name: 'ai-answer', > 7 | description: , | ^ 8 | status: 'private', 9 | model: 'openai:gpt-4o-mini', 10 | stream: true, ``` Steps * pnpm baseai pipe When answering CLI prompts, leave description blank (the placeholder isn't used) ### Code example _No response_ ### Additional context _No response_