Streaming Text
Text
Streaming
Real-time
Loading preview...
Configurable Props
4 props
All props are optional. When not provided, the component uses sensible defaults for demo purposes.
| Prop | Type | Description | Default |
|---|---|---|---|
| defaultPrompt? | string | Initial prompt value | DEFAULT_PROMPT ("Write a haiku about artificial intel...) |
| placeholder? | string | Placeholder for input | "Enter your prompt..." |
| temperature? | number | Temperature for generation (0-1) | 0.8 |
| maxTokens? | number | Max tokens for generation | 200 |
Component Data
- ID:
streaming-text - Category:Text Generation
- Groups:✍️ Content🛠️ UX Upgrades
- Uses:
WebInferClientstreamText - Tags:TextStreamingReal-time
Streaming Text
Real-time streaming response with chunk-by-chunk rendering