Functions
getFunctionCalls
getFunctionCalls(
response
):undefined
|FunctionCall
[]
Defined in: packages/providers/google/src/utils.ts:309
Returns functionCall of first candidate. Taken from https://github.com/google-gemini/generative-ai-js/ to be used with vertexai as that library doesn't include it
Parameters
response
GenerateContentResponse
Returns
undefined
| FunctionCall
[]