Class AmazonTitanTextResponse
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class AmazonTitanTextResponse
Properties
| Edit this page View SourceInputTextTokenCount
Required. The number of tokens in the prompt.
Declaration
[JsonProperty("inputTextTokenCount")]
public int InputTextTokenCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Results
Required. An array of one item, an object containing the following fields:
Declaration
[JsonProperty("results")]
public AmazonTitanTextResponse.Result[] Results { get; set; }
Property Value
| Type | Description |
|---|---|
| Result[] |