AgentResponseFormatKind
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllThe requested format of an agent response.
[JsonConverter(typeof(JsonStringEnumConverter<AgentResponseFormatKind>))]public enum AgentResponseFormatKindFields
Section titled “Fields”Json = 1
A valid JSON document; no schema is enforced.
JsonSchema = 2
A document that matches the given JSON schema.
Text = 0
Plain text, asked for explicitly.