MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / getProviderValue

Function getProviderValue

src/ifcchat/app.js:149–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147const downloadBtn = $("downloadIfc");
148
149function getProviderValue() {
150 return document.querySelector('input[name="provider"]:checked')?.value || "openai";
151}
152
153function onProviderChange() {
154 const provider = PROVIDERS[getProviderValue()];

Callers 2

onProviderChangeFunction · 0.85
runAgentTurnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected