Class ConverseTrace
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class ConverseTrace
Properties
| Edit this page View SourceGuardrail
Optional. The guardrail trace object.
Declaration
[JsonProperty("guardrail")]
public GuardrailTraceAssessment Guardrail { get; set; }
Property Value
| Type | Description |
|---|---|
| GuardrailTraceAssessment |
PromptRouter
Optional. The request's prompt router.
Declaration
[JsonProperty("promptRouter")]
public PromptRouterTrace PromptRouter { get; set; }
Property Value
| Type | Description |
|---|---|
| PromptRouterTrace |