Tool config. This config is shared for all tools provided in the request.

interface ToolConfig {
    functionCallingConfig: FunctionCallingConfig;
}

Properties

functionCallingConfig: FunctionCallingConfig