NewClient generates a new client with the default option read from the.
func NewClient(opts ...option.RequestOption) (r *Client)NewClient generates a new client with the default option read from the environment (LANGSMITH_API_KEY, LANGSMITH_TENANT_ID, LANGSMITH_BEARER_TOKEN, LANGSMITH_ORGANIZATION_ID, LANGSMITH_ENDPOINT). The option passed in as arguments are applied after these default arguments, and all option will be passed down to the services and requests that this client makes.
| Name | Type | Description |
|---|---|---|
opts* | ...option.RequestOption |