Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Error | *components.GenerationContentError | :heavy_check_mark: | The stored failure for this generation, or null when it succeeded | { “message”: “Timed out waiting for the provider”, “previous_errors”: [ { “code”: 429, “message”: “Provider returned error”, “provider_name”: “Google”, “raw”: ”{“error”:{“code”:429,“message”:“Resource exhausted”}}” } ], “provider_name”: “Vertex”, “raw”: ”{“error”:{“code”:504,“message”:“Deadline exceeded”}}”, “status”: 504 } |
Input | components.InputUnion | :heavy_check_mark: | The input to the generation — either a prompt string or an array of messages | |
Output | components.GenerationContentDataOutput | :heavy_check_mark: | The output from the generation |