Table of Contents

Class Body18

Namespace
Thirdweb.Api
Assembly
Thirdweb.dll

Chat request

public class Body18
Inheritance
Body18
Inherited Members

Properties

AdditionalProperties

[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }

Property Value

IDictionary<string, object>

Context

Context for the AI assistant

[JsonProperty("context", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Context Context { get; set; }

Property Value

Context

Messages

Natural language query for the AI assistant

[JsonProperty("messages", Required = Required.Always)]
[Required]
[MinLength(1)]
public ICollection<Messages> Messages { get; set; }

Property Value

ICollection<Messages>

Stream

Enable server streaming of the AI response

[JsonProperty("stream", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool Stream { get; set; }

Property Value

bool