Class LlamaClient.Builder

LlamaClient.Builder class

Builder class for creating an instance of LlamaClient.

public class Builder

Constructors

NameDescription
Builder(string)Initializes a new instance of the Builder class with the API key.

Methods

NameDescription
Build()Builds and returns an instance of LlamaClient with the configured options.
WithBaseDomain(string)Sets the base domain for the client.

See Also