Skip to content

Commit

Permalink
release(community): 0.3.25 (#7549)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Jan 18, 2025
1 parent 900381a commit f1dbe28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain-community/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/community",
"version": "0.3.24",
"version": "0.3.25",
"description": "Third-party integrations for LangChain.js",
"type": "module",
"engines": {
Expand Down
2 changes: 2 additions & 0 deletions libs/langchain-openai/src/chat_models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1124,6 +1124,8 @@ export class ChatOpenAI<

reasoningEffort?: OpenAIClient.Chat.ChatCompletionReasoningEffort;

disableStreaming?: boolean;

constructor(
fields?: ChatOpenAIFields,
/** @deprecated */
Expand Down

0 comments on commit f1dbe28

Please sign in to comment.