-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
component:cliCLI commandsCLI commandsgood first issueGood for newcomersGood for newcomersmodality:multimodalMultimodal generalMultimodal generalpriority:lowNice to haveNice to havetype:bugSomething isn't workingSomething isn't working
Milestone
Description
Summary
The stream command help lacks multimodal examples, making it unclear that streaming works with images, PDFs, and CSVs.
Root Cause
Running neurolink stream --help shows basic examples but no multimodal demonstrations. Users don't know they can stream image analysis or PDF walkthroughs.
Location: src/cli/factories/commandFactory.ts lines 592-609
Fix
Add stream-specific multimodal examples:
- Image streaming example
- PDF streaming example
- CSV streaming example
- Demonstrate real-world streaming use cases
Note: This can be combined with CLI-007 fix.
Acceptance Criteria
- At least 3 multimodal examples added to stream command
- Examples show image, PDF, CSV streaming
- Examples demonstrate streaming-specific use cases
- Examples are tested and working
- Tests pass
Copilot
Metadata
Metadata
Assignees
Labels
component:cliCLI commandsCLI commandsgood first issueGood for newcomersGood for newcomersmodality:multimodalMultimodal generalMultimodal generalpriority:lowNice to haveNice to havetype:bugSomething isn't workingSomething isn't working