Class ToolResultBlock
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class ToolResultBlock : ContentBlock
Properties
| Edit this page View SourceContent
Required. The content for tool result content block.
Declaration
[JsonProperty("content")]
public ToolResultBlock.ToolResultContentBlock[] Content { get; set; }
Property Value
| Type | Description |
|---|---|
| ToolResultContentBlock[] |
Status
Optional. The status for the tool result content block.
Declaration
[JsonProperty("status")]
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
Valid Values: success | error
ToolUseId
Required. The ID of the tool request that this is the result for.
Declaration
[JsonProperty("toolUseId")]
public string ToolUseId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Optional. The type for the tool result content block.
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |