MCPcopy Create free account
hub / github.com/chhoumann/quickadd / clearRequestLogs

Method clearRequestLogs

src/quickAddApi.ts:739–741  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

737 return getLastAIRequestLogEntry();
738 },
739 clearRequestLogs() {
740 clearAIRequestLogEntries();
741 },
742 /**
743 * Create a tool-calling Agent (#714). Construct once with model/system/
744 * tools/budget, then run `agent.generate({ prompt })` (text + tools) or

Calls 1

clearAIRequestLogEntriesFunction · 0.90

Tested by

no test coverage detected