OpenAIClient.Builder.WithOrganization

OpenAIClient.Builder.WithOrganization method

Sets the organization ID for the client.

public Builder WithOrganization(string organizationId)
ParameterTypeDescription
organizationIdStringThe organization ID to set.

Return Value

The current instance of Builder.

See Also