Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 2.4 KB

File metadata and controls

12 lines (9 loc) · 2.4 KB

SideBySideImplementation

Fields

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).