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 Jul 4, 2024
1 parent e10ee63 commit de01625
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kong/llm/schemas/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,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" }, },
},
}


Expand Down

0 comments on commit de01625

Please sign in to comment.