Skip to content

BaseAF CLI Error: New Pipe without a description #154

Open
@dthyresson

Description

@dthyresson

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions