MCPcopy
hub / github.com/jina-ai/node-DeepResearch / updateContext

Function updateContext

src/agent.ts:278–280  ·  view source on GitHub ↗
(step: any)

Source from the content-addressed store, hash-verified

276const allContext: StepAction[] = []; // all steps in the current session, including those leads to wrong results
277
278function updateContext(step: any) {
279 allContext.push(step)
280}
281
282
283function removeHTMLtags(text: string) {

Callers 1

getResponseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected