Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Data | components.GenerationContentData | :heavy_check_mark: | Stored prompt and completion content, plus the failure error when one was stored | { βerrorβ: null, βinputβ: { βmessagesβ: [ { βcontentβ: βWhat is the meaning of life?β, βroleβ: βuserβ } ] }, βoutputβ: { βcompletionβ: βThe meaning of life is a philosophical questionβ¦β, βreasoningβ: null } } |