For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Type Alias: ClientOptions

type ClientOptions = object;

Properties

baseUrl

baseUrl:
| "{schema}://{host}:{port}/v2"
| "{schema}://{host}:{port}"
| string & object;