Class CodeExecutionToolResultContent
public class CodeExecutionToolResultContent : ContentBlock
- Inheritance
-
objectCodeExecutionToolResultContent
Properties
Error
public string Error { get; set; }
Property Value
- string
Result
public string Result { get; set; }
Property Value
- string
ToolUseId
public string ToolUseId { get; set; }
Property Value
- string
Type
public override ContentType Type { get; }