MCPcopy Create free account
hub / github.com/continuedev/continue / streamNormalInput.ts

File streamNormalInput.ts

gui/src/redux/thunks/streamNormalInput.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createAsyncThunk, unwrapResult } from "@reduxjs/toolkit";
2import { LLMFullCompletionOptions, ModelDescription } from "core";
3import { getRuleId } from "core/llm/rules/getSystemMessageWithRules";
4import { ToCoreProtocol } from "core/protocol";

Callers

nothing calls this directly

Calls 15

applyToolOverridesFunction · 0.90
modelSupportsNativeToolsFunction · 0.90
getBaseSystemMessageFunction · 0.90
constructMessagesFunction · 0.90
interceptSystemToolCallsFunction · 0.90
getRuleIdFunction · 0.90
preprocessToolCallsFunction · 0.90
evaluateToolPoliciesFunction · 0.90
errorMethod · 0.80
warnMethod · 0.80

Tested by

no test coverage detected