Table of Contents

Class GeminiCodeExecutionResult

Result of executing the GeminiExecutableCode.

public class GeminiCodeExecutionResult
Inheritance
GeminiCodeExecutionResult
Extension Methods

Remarks

Only generated when using the GeminiCodeExecution tool, and always follows a part containing the GeminiExecutableCode.

Fields

Outcome

Outcome of the code execution.

public GeminiCodeExecutionOutcome Outcome

Field Value

GeminiCodeExecutionOutcome

Output

Contains stdout when code execution is successful, stderr or other description otherwise.

public string Output

Field Value

string