A function response.

Constructors

Properties

Constructors

Properties

id?: string

The id of the function call this response is for. Populated by the client to match the corresponding function call id.

name?: string

Required. The name of the function to call. Matches [FunctionDeclaration.name] and [FunctionCall.name].

response?: Record<string, unknown>

Required. The function response in JSON object format. Use "output" key to specify function output and "error" key to specify error details (if any). If "output" and "error" keys are not specified, then whole "response" is treated as function output.

MMNEPVFCICPMFPCPTTAAATR