Interface IOcrCopilotOptionsTOptions

IOcrCopilotOptions<TOptions> interface

Represents an interface for chat copilot options with a specific type.

public interface IOcrCopilotOptions<out TOptions>
ParameterDescription
TOptionsThe type of options for the chat copilot.

Methods

NameDescription
GetOptions()Gets the options of type TOptions.

See Also