Class GuardrailConverseContentBlock
A content block for selective guarding with the Converse or ConverseStream API operations.
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public sealed class GuardrailConverseContentBlock : ContentBlock
Remarks
This data type is a UNION, so only one of the following members can be specified when used or returned.
Properties
| Edit this page View SourceImage
Optional. Image within converse content block to be evaluated by the guardrail.
Declaration
[JsonProperty("image")]
public ImageBlock Image { get; set; }
Property Value
| Type | Description |
|---|---|
| ImageBlock |
Text
Optional. The text to guard.
Declaration
[JsonProperty("text")]
public TextBlock Text { get; set; }
Property Value
| Type | Description |
|---|---|
| TextBlock |