Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BaseAF CLI Error: New Pipe without a description #154

Open
dthyresson opened this issue Feb 20, 2025 · 0 comments
Open

BaseAF CLI Error: New Pipe without a description #154

dthyresson opened this issue Feb 20, 2025 · 0 comments

Comments

@dthyresson
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant