| Field | Type | Required | Description |
|---|---|---|---|
implementation_id |
Optional[str] | ➖ | Unique identifier for this implementation variant. |
implementation_name |
Optional[str] | ➖ | Human-readable name for this implementation (e.g., "Variant A", "GPT-4", "Claude"). |
search_params |
Dict[str, str] | ➖ | The search/chat parameters used for this implementation. |
response |
Optional[str] | ➖ | The full response generated by this implementation. |
response_metadata |
Optional[models.ResponseMetadata] | ➖ | Metadata about the response (e.g., latency, token count). |