Functions
getFunctionCalls
getFunctionCalls(
response
):FunctionCall
[] |undefined
Defined in: providers/google/src/utils.ts:307
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
FunctionCall
[] | undefined