public sealed class Tool.Types.CodeExecution : IMessage<Tool.Types.CodeExecution>, IEquatable<Tool.Types.CodeExecution>, IDeepCloneable<Tool.Types.CodeExecution>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class Tool.Types.CodeExecution.
Tool that executes code generated by the model, and automatically returns
the result to the model.
See also [ExecutableCode]and [CodeExecutionResult] which are input and
output to this tool.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `Tool.Types.CodeExecution` class within the Vertex AI v1beta1 API."],["`Tool.Types.CodeExecution` is a tool that executes code generated by a model and automatically returns the result to the model."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this class is 1.0.0-beta21, and it inherits members from the `object` class."],["Two constructors are available for `CodeExecution`, one being a default constructor and the other accepting another `CodeExecution` object as a parameter for cloning."]]],[]]