Interface: ProvisionRemoteSkillsOptions
Top-level remote-skills provisioning options.
Properties
Section titled “Properties”client?
Section titled “client?”
optionalclient?:WorkspaceClient$1
Auth-scoped Databricks client. Defaults to the AppKit execution context.
databricksBasePath?
Section titled “databricksBasePath?”
optionaldatabricksBasePath?:string
Absolute Databricks path that roots the destination Assistant skills tree.
Defaults to the OBO user’s /Users/<email>/.assistant/skills.
failOnError?
Section titled “failOnError?”
optionalfailOnError?:boolean
Fail app startup when a source can’t be resolved. Defaults to true. A
per-source failOnError wins over this.
maxDownloadBytes?
Section titled “maxDownloadBytes?”
optionalmaxDownloadBytes?:number
Byte ceiling on a direct-fetch download. Defaults to 10 MiB.
refreshTtlMs?
Section titled “refreshTtlMs?”
optionalrefreshTtlMs?:number
How long a provisioned tree is reused before its source is downloaded
again, in milliseconds. Defaults to seven days; 0 re-downloads on every
boot. A per-source refreshTtlMs wins over this.
sources
Section titled “sources”sources:
RemoteSkillSource|OneOrMany<RemoteSkillSource>
Sources to materialize at startup.
userEmail?
Section titled “userEmail?”
optionaluserEmail?:string
User email used to derive the default Databricks destination.