Simple Text Generation
Text
Basic
Prompt
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 |
| placeholder? | string | Placeholder for input | "Enter your prompt..." |
| temperature? | number | Temperature for generation (0-1) | 0.7 |
| maxTokens? | number | Max tokens for generation | 150 |
Component Data
- ID:
simple-text-generation - Category:Text Generation
- Groups:✍️ Content
- Uses:
WebInferClientgenerateText - Tags:TextBasicPrompt
- Featured
Simple Text Generation
Basic prompt-response pattern with a single API call