gemini-1.5-pro (Function)

POST {{baseUrl}}/projects/{{projectId}}/locations/{{locationId}}/publishers/google/models/:model_id_action

Request Body

{"contents"=>{"role"=>"user", "parts"=>{"text"=>"Which theaters in Mountain View show Barbie movie?"}}, "tools"=>[{"function_declarations"=>[{"name"=>"find_movies", "description"=>"find movie titles currently playing in theaters based on any description, genre, title words, etc.", "parameters"=>{"type"=>"object", "properties"=>{"location"=>{"type"=>"string", "description"=>"The city and state, e.g. San Francisco, CA or a zip code e.g. 95616"}, "description"=>{"type"=>"string", "description"=>"Any kind of description including category or genre, title words, attributes, etc."}}, "required"=>["description"]}}, {"name"=>"find_theaters", "description"=>"find theaters based on location and optionally movie title which are is currently playing in theaters", "parameters"=>{"type"=>"object", "properties"=>{"location"=>{"type"=>"string", "description"=>"The city and state, e.g. San Francisco, CA or a zip code e.g. 95616"}, "movie"=>{"type"=>"string", "description"=>"Any movie title"}}, "required"=>["location"]}}, {"name"=>"get_showtimes", "description"=>"Find the start times for movies playing in a specific theater", "parameters"=>{"type"=>"object", "properties"=>{"location"=>{"type"=>"string", "description"=>"The city and state, e.g. San Francisco, CA or a zip code e.g. 95616"}, "movie"=>{"type"=>"string", "description"=>"Any movie title"}, "theater"=>{"type"=>"string", "description"=>"Name of the theater"}, "date"=>{"type"=>"string", "description"=>"Date for requested showtime"}}, "required"=>["location", "movie", "theater", "date"]}}]}]}

RESPONSES

status: OK

{"candidates":[{"content":{"role":"model","parts":[{"functionCall":{"name":"find_theaters","args":{"movie":"Barbie","location":"Mountain View, CA"}}}]},"finishReason":"STOP","safetyRatings":[{"category":"HARM_CATEGORY_HATE_SPEECH","probability":"NEGLIGIBLE","probabilityScore":0.14718707,"severity":"HARM_SEVERITY_NEGLIGIBLE","severityScore":0.12765263},{"category":"HARM_CATEGORY_DANGEROUS_CONTENT","probability":"NEGLIGIBLE","probabilityScore":0.14010079,"severity":"HARM_SEVERITY_NEGLIGIBLE","severityScore":0.15367614},{"category":"HARM_CATEGORY_HARASSMENT","probability":"NEGLIGIBLE","probabilityScore":0.18417984,"severity":"HARM_SEVERITY_NEGLIGIBLE","severityScore":0.10576342},{"category":"HARM_CATEGORY_SEXUALLY_EXPLICIT","probability":"NEGLIGIBLE","probabilityScore":0.1899715,"severity":"HARM_SEVERITY_NEGLIGIBLE","severityScore":0.10539454}]}],"usageMetadata":{"promptTokenCount":192,"candidatesTokenCount":11,"totalTokenCount":203}}