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 69131a0 commit 4229290
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ type ChatStreamRequest 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 4229290

Please sign in to comment.