Class GuardrailAutomatedReasoningInputTextReference
References a portion of the original input text that corresponds to logical elements.
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class GuardrailAutomatedReasoningInputTextReference
Properties
| Edit this page View SourceText
Optional. The specific text from the original input that this reference points to.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |