From 69131a061b93f6965ca5232e85f8ca22b8724d2c Mon Sep 17 00:00:00 2001 From: fred-bf <157469842+fred-bf@users.noreply.github.com> Date: Thu, 28 Mar 2024 22:50:03 +0800 Subject: [PATCH] Update types.go --- types.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types.go b/types.go index 9f00b55..8ce1612 100644 --- a/types.go +++ b/types.go @@ -44,6 +44,8 @@ type ChatRequest struct { // // When specified, the model's reply will be enriched with information found by quering each of the connectors (RAG). Connectors []*ChatConnector `json:"connectors,omitempty" url:"connectors,omitempty"` + + CitationQuality *ChatRequestCitationQuality `json:"citation_quality,omitempty" url:"citation_quality,omitempty"` // Defaults to `false`. // // When `true`, the response will only contain a list of generated search queries, but no search will take place, and no reply from the model to the user's `message` will be generated.