MCPcopy Index your code
hub / github.com/anomalyco/models.dev / factSentence

Function factSentence

packages/web/src/render.tsx:601–604  ·  view source on GitHub ↗
(values: Array<string | undefined>, prefix = "Includes")

Source from the content-addressed store, hash-verified

599}
600
601function factSentence(values: Array<string | undefined>, prefix = "Includes") {
602 const list = sentenceList(values);
603 return list ? `${prefix} ${list}` : undefined;
604}
605
606function modalitySummary(input?: string[], output?: string[]) {
607 const inputText = input && input.length > 0 ? `input: ${input.join(", ")}` : undefined;

Callers 3

modelPageMetadataFunction · 0.85
providerPageMetadataFunction · 0.85
labPageMetadataFunction · 0.85

Calls 1

sentenceListFunction · 0.85

Tested by

no test coverage detected