Skip to content

Commit d65ea9b

Browse files
committed
chore: remove unused AgentReasoning type from contextSchema
1 parent a6eb4a8 commit d65ea9b

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

agent/simpleAgent.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ export const contextSchema = z.object({
2525
emitToolCallEvent: z.custom<ToolCallEventSink>(),
2626
});
2727

28-
type AgentReasoning =
29-
| "none"
30-
| "minimal"
31-
| "low"
32-
| "medium"
33-
| "high"
34-
| "xhigh";
35-
3628
type OpenAIBackedCompletionAdapter = CompletionAdapter & {
3729
options?: {
3830
openAiApiKey?: string;

0 commit comments

Comments
 (0)