Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
eskibars authored Feb 20, 2024
2 parents a2be26f + fc270e7 commit fe1c036
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions serving.proto
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ message SummarizationRequest {
// the auto-detected language of the incoming query should be used.
string response_lang = 20;


// Vectara manages both system and user roles and prompts for the generative
// LLM out of the box by default. However, Scale customers can override the
// prompt_text via this variable. The prompt_text is in the form of an
Expand All @@ -70,7 +69,6 @@ message SummarizationRequest {
// https://docs.vectara.com/docs/prompts/vectara-prompt-engine
string prompt_text = 200;


// If present, the query will be treated as a chat query.
// When using chat, only one summarization request is allowed per query.
ChatRequest chat = 225;
Expand Down

0 comments on commit fe1c036

Please sign in to comment.