| Field | Type | Required | Description |
|---|---|---|---|
implementationId |
Optional<String> | ➖ | Unique identifier for this implementation variant. |
implementationName |
Optional<String> | ➖ | Human-readable name for this implementation (e.g., "Variant A", "GPT-4", "Claude"). |
searchParams |
Map<String, String> | ➖ | The search/chat parameters used for this implementation. |
response |
Optional<String> | ➖ | The full response generated by this implementation. |
responseMetadata |
Optional<ResponseMetadata> | ➖ | Metadata about the response (e.g., latency, token count). |