generate_diffusion_text
Generate text from a prompt using a diffusion-based language model. Designed for one-shot text generation without iterative refinement.
Instructions
Generates text using a diffusion-based LLM. This is a one-shot process.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The exact prompt or instruction to send to the model. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |