Skip to content

AgentResponseFormatKind

Namespace AgentPrism · Assembly AgentPrism.Abstractions.dll

The requested format of an agent response.

[JsonConverter(typeof(JsonStringEnumConverter<AgentResponseFormatKind>))]
public enum AgentResponseFormatKind

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.