Skip to content

Commit

Permalink
Update types.go
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-bf authored Mar 28, 2024
1 parent bde3a73 commit 69131a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 69131a0

Please sign in to comment.