Skip to content

Commit

Permalink
entity catch on gemini
Browse files Browse the repository at this point in the history
  • Loading branch information
tysoekong committed May 21, 2024
1 parent 3730acb commit f5df3aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kong/llm/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ local gemini_options_schema = {
description = "If running Gemini on Vertex, specify the location ID.",
required = false }},
},
entity_checks = {
{ mutually_required = { "api_endpoint", "project_id", "location_id" }, },
},
}

local auth_schema = {
Expand Down

0 comments on commit f5df3aa

Please sign in to comment.