MCPcopy Create free account
hub / github.com/freecodexyz/free-code / markToolsSentToAPIState

Function markToolsSentToAPIState

src/services/compact/microCompact.ts:124–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 * Called after a successful API response.
123 */
124export function markToolsSentToAPIState(): void {
125 if (cachedMCState && cachedMCModule) {
126 cachedMCModule.markToolsSentToAPI(cachedMCState)
127 }
128}
129
130export function resetMicrocompactState(): void {
131 if (cachedMCState && cachedMCModule) {

Callers 1

queryModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected