OpenAIOcrCopilotOptions.WithSystemInstructions

OpenAIOcrCopilotOptions.WithSystemInstructions method

Sets the instructions for the ocr copilot options.

public OpenAIOcrCopilotOptions WithSystemInstructions(string text)
ParameterTypeDescription
textStringThe instructions to set.

Return Value

The current instance of OpenAIOcrCopilotOptions.

See Also