| 1 | import { createAsyncThunk, unwrapResult } from "@reduxjs/toolkit"; |
| 2 | import { LLMFullCompletionOptions, ModelDescription } from "core"; |
| 3 | import { getRuleId } from "core/llm/rules/getSystemMessageWithRules"; |
| 4 | import { ToCoreProtocol } from "core/protocol"; |
nothing calls this directly
no test coverage detected