OpenAIClient.Builder.WithProject

OpenAIClient.Builder.WithProject method

Sets the project ID for the client.

public Builder WithProject(string projectId)
ParameterTypeDescription
projectIdStringThe project ID to set.

Return Value

The current instance of Builder.

See Also