MCPcopy
hub / github.com/di-sukharev/opencommit / runTools

Method runTools

out/cli.cjs:82151–82159  ·  view source on GitHub ↗
(client, params, options)

Source from the content-addressed store, hash-verified

82149 const runner = new _ChatCompletionRunner();
82150 const opts = {
82151 ...options,
82152 headers: { ...options?.headers, "X-Stainless-Helper-Method": "runFunctions" }
82153 };
82154 runner._run(() => runner._runFunctions(client, params, opts));
82155 return runner;
82156 }
82157 static runTools(client, params, options) {
82158 const runner = new _ChatCompletionRunner();
82159 const opts = {
82160 ...options,
82161 headers: { ...options?.headers, "X-Stainless-Helper-Method": "runTools" }
82162 };

Callers

nothing calls this directly

Calls 2

_runToolsMethod · 0.80
_runMethod · 0.45

Tested by

no test coverage detected