Response model for text generation.
Field | Type | Required | Description |
---|---|---|---|
text |
str | ✔️ | The generated text. |
chunks |
List[components.Chunk] | ✔️ | The generated text chunks. |
Response model for text generation.
Field | Type | Required | Description |
---|---|---|---|
text |
str | ✔️ | The generated text. |
chunks |
List[components.Chunk] | ✔️ | The generated text chunks. |