Code execution content.

interface CodeExecutionCallContent {
    arguments?: GeminiNextGenAPIClient.Interactions.CodeExecutionCallArguments;
    id?: string;
    type: "code_execution_call";
}

Properties

Properties

The arguments to pass to the code execution.

id?: string

A unique ID for this specific tool call.

type: "code_execution_call"

Used as the OpenAPI type discriminator for the content oneof.