MCPcopy Index your code
hub / github.com/continuedev/continue / shouldInjectApplyToken

Function shouldInjectApplyToken

core/edit/recursiveStream.ts:123–128  ·  view source on GitHub ↗
(llm: ILLM)

Source from the content-addressed store, hash-verified

121}
122
123function shouldInjectApplyToken(llm: ILLM): boolean {
124 const model = llm.model?.toLowerCase() ?? "";
125 return (
126 llm.underlyingProviderName === "inception" && model.includes("mercury")
127 );
128}
129
130function appendTokenToLastMessage(
131 messages: ChatMessage[],

Callers 1

recursiveStreamFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected