Skip to content

CLI-015: Missing Multimodal Examples in Stream Command #352

@murdore

Description

@murdore

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:

  1. Image streaming example
  2. PDF streaming example
  3. CSV streaming example
  4. 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

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions