Table of Contents

Class SystemOneRequest

Namespace
TypeSafe.AI.Sdk
Assembly
TypeSafe.AI.Sdk.dll
public sealed class SystemOneRequest
Inheritance
SystemOneRequest
Inherited Members

Properties

Extra

Additional properties forwarded on the wire, including null values. Matches the JS SDK's extra-field forwarding.

public IDictionary<string, object?>? Extra { get; set; }

Property Value

IDictionary<string, object>

Model

Model override; omitted values inherit the client defaultModel.

public string? Model { get; set; }

Property Value

string

Questions

Nonempty questions keyed by the names used to identify their answers.

public IDictionary<string, Question> Questions { get; set; }

Property Value

IDictionary<string, Question>

State

Text, a JSON object or array, or null to evaluate.

public object? State { get; set; }

Property Value

object