gemini-1.0-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":{"location":"Mountain View, CA","movie":"Barbie"}}}]},"finishReason":"STOP","safetyRatings":[{"category":"HARM_CATEGORY_HATE_SPEECH","probability":"NEGLIGIBLE","probabilityScore":0.058560826,"severity":"HARM_SEVERITY_NEGLIGIBLE","severityScore":0.09704755},{"category":"HARM_CATEGORY_DANGEROUS_CONTENT","probability":"NEGLIGIBLE","probabilityScore":0.069541745,"severity":"HARM_SEVERITY_NEGLIGIBLE","severityScore":0.075721376},{"category":"HARM_CATEGORY_HARASSMENT","probability":"NEGLIGIBLE","probabilityScore":0.114368536,"severity":"HARM_SEVERITY_NEGLIGIBLE","severityScore":0.06536579},{"category":"HARM_CATEGORY_SEXUALLY_EXPLICIT","probability":"NEGLIGIBLE","probabilityScore":0.1606607,"severity":"HARM_SEVERITY_NEGLIGIBLE","severityScore":0.12315454}]}],"usageMetadata":{"promptTokenCount":192,"candidatesTokenCount":11,"totalTokenCount":203}}