We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6eb4a8 commit d65ea9bCopy full SHA for d65ea9b
1 file changed
agent/simpleAgent.ts
@@ -25,14 +25,6 @@ export const contextSchema = z.object({
25
emitToolCallEvent: z.custom<ToolCallEventSink>(),
26
});
27
28
-type AgentReasoning =
29
- | "none"
30
- | "minimal"
31
- | "low"
32
- | "medium"
33
- | "high"
34
- | "xhigh";
35
-
36
type OpenAIBackedCompletionAdapter = CompletionAdapter & {
37
options?: {
38
openAiApiKey?: string;
0 commit comments