Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pm390 committed Jan 14, 2025
1 parent 3f8b36b commit 4e37f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/langchain/langchain/agents/openai_assistant/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def invoke(
instructions: Additional run instructions.
model: Override Assistant model for this run.
tools: Override Assistant tools for this run.
parallel_tool_calls: Allow Assistant to perform parallel_tool_calls.
parallel_tool_calls: Allow Assistant to disallow parallel_tool_calls.
top_p: Override Assistant top_p for this run.
temperature: Override Assistant temperature for this run.
max_completion_tokens: Allow setting max_completion_tokens for this run.
Expand Down Expand Up @@ -417,7 +417,7 @@ async def ainvoke(
additional_instructions: Appends additional instructions.
model: Override Assistant model for this run.
tools: Override Assistant tools for this run.
parallel_tool_calls: Allow Assistant to perform parallel_tool_calls.
parallel_tool_calls: Allow Assistant to disallow parallel_tool_calls.
top_p: Override Assistant top_p for this run.
temperature: Override Assistant temperature for this run.
max_completion_tokens: Allow setting max_completion_tokens for this run.
Expand Down

0 comments on commit 4e37f5a

Please sign in to comment.