API Reference
Class
EasyChatOptions
Configuration for an easy chat request.
Inheritance
- Object
- EasyChatOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method Easy.ChatAsync
- Method Easy.ChatWithImagePathAsync
- Method Easy.ChatWithImageUrlAsync
- Method EasySession.AskAsync
- Method EasySession.AskWithImagePathAsync
- Method EasySession.AskWithImageUrlAsync
- Method EasySession.ChatAsync
- Method EasySession.ChatWithImagePathAsync
- Method EasySession.ChatWithImageUrlAsync
Constructors
public EasyChatOptions() #Inherited Methods
Properties
public String Instructions { get; set; } #System instructions.
public Nullable<ReasoningEffort> ReasoningEffort { get; set; } #Reasoning effort hint.
public Nullable<ReasoningSummary> ReasoningSummary { get; set; } #Reasoning summary hint.
public Nullable<TextVerbosity> TextVerbosity { get; set; } #Text verbosity hint.
public Nullable<Double> Temperature { get; set; } #Sampling temperature.
public String Workspace { get; set; } #Workspace path for tool access.
public IReadOnlyList<ToolDefinition> Tools { get; set; } #Tool definitions available to the model.
public ToolChoice ToolChoice { get; set; } #Tool choice override.
public Nullable<Boolean> ParallelToolCalls { get; set; } #Whether tool calls can run in parallel when supported.
public String PreviousResponseId { get; set; } #Previous response id for continuing a response chain.
public Boolean AllowNetwork { get; set; } #Whether network access is allowed.
public Boolean NewThread { get; set; } #Whether to force a new thread.
public String TelemetryFeature { get; set; } #Optional feature label used for internal IntelligenceX telemetry.
public String TelemetrySurface { get; set; } #Optional surface label used for internal IntelligenceX telemetry.
public Nullable<Int64> MaxImageBytes { get; set; } #Maximum image size in bytes.
public Nullable<Boolean> RequireWorkspaceForFileAccess { get; set; } #Require workspace for file access when set.