OpenAIChatCopilotOptions.WithInstructions

OpenAIChatCopilotOptions.WithInstructions method

Sets the instructions for the chat copilot options.

public OpenAIChatCopilotOptions WithInstructions(string instructions)
ParameterTypeDescription
instructionsStringThe instructions to set.

Return Value

The current instance of OpenAIChatCopilotOptions.

See Also