You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libs/langchain-openai/src/tests/chat_models_responses.int.test.ts
+22-5Lines changed: 22 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -826,13 +826,30 @@ test("useResponsesApi=true should emit handleLLMNewToken events during streaming
826
826
expect(endEvents.length).toBeGreaterThan(0);
827
827
});
828
828
829
-
test("gpt-5",async()=>{
830
-
constmodel=newChatOpenAI({model: "gpt-5"});
831
-
constresponse=awaitmodel.invoke(
829
+
describe("gpt-5",()=>{
830
+
conststoryPrompt=newHumanMessage(
832
831
"Write a short story about a robot who discovers they can dream. Include themes of consciousness, identity, and what it means to be alive. The story should be approximately 200 words and have a hopeful ending."
0 commit comments