modelProviderLabel
modelProviderLabel(
model?,provider?):string|undefined
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/core/modelLabel.ts:20
Build the model/provider label: model (provider) when both resolve, the one that resolved when
only one does, and nothing at all when neither does — an empty () would look like a bug.
Its three renderings today are the launch banner, the review document’s attribution line, and the
compact run header.
Parameters
Section titled “Parameters”model?
Section titled “model?”string
provider?
Section titled “provider?”string
Returns
Section titled “Returns”string | undefined