MCPcopy
hub / github.com/coder/mux / modelString

Function modelString

tests/ipc/helpers.ts:113–115  ·  view source on GitHub ↗
(provider: string, model: string)

Source from the content-addressed store, hash-verified

111 * Create a full model string from provider and model name
112 */
113export function modelString(provider: string, model: string): string {
114 return `${provider}:${model}`;
115}
116
117/**
118 * Send a message via IPC

Calls

no outgoing calls

Tested by

no test coverage detected