We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7082091 commit 0b9c184Copy full SHA for 0b9c184
1 file changed
src/auto-reply/reply/get-reply-run.ts
@@ -940,8 +940,7 @@ export async function runPreparedReply(
940
resolvedThinkLevel = fallbackThinkLevel;
941
}
942
943
- const internalOpts = opts as InternalGetReplyOptions | undefined;
944
- const providedReplyOperation = internalOpts?.replyOperation;
+ const providedReplyOperation = opts?.replyOperation;
945
if (
946
providedReplyOperation !== undefined &&
947
providedReplyOperation.result === null &&
0 commit comments