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