Skip to content
Snippets Groups Projects
Unverified Commit af650343 authored by Marcus Schiesser's avatar Marcus Schiesser Committed by GitHub
Browse files

fix: remove debugger statement (#917)

parent f6f4ca44
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ module.exports = {
ignoreIIFE: true,
},
],
"no-debugger": "error",
"@typescript-eslint/await-thenable": "off",
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/ban-types": "off",
......
......@@ -103,7 +103,6 @@ export class OpenAIAgent extends AgentRunner<OpenAI> {
}
}
} else {
debugger;
const responseChunkStream = new ReadableStream<
ChatResponseChunk<ToolCallLLMMessageOptions>
>({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment