Skip to content

Commit e5c053c

Browse files
committed
move comment down
1 parent d01d4b5 commit e5c053c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/packages/openinference-instrumentation-openai/test/openai.responses.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -663,9 +663,9 @@ describe("OpenAIInstrumentation - Responses", () => {
663663
},
664664
],
665665
model: "gpt-4.1",
666-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
667-
// @ts-ignore - Type instantiation is excessively deep with zod helper
668666
text: {
667+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
668+
// @ts-ignore - Type instantiation is excessively deep with zod helper
669669
format: zodTextFormat(CalendarEvent, "event"),
670670
},
671671
});

0 commit comments

Comments
 (0)