Introduce assistant.execute_tools = true/false
option to replace the auto_tool_execution
parameter.
#829
Labels
assistants
Related to Langchain::Assistant class
enhancement
New feature or request
thoughtbot-open-summit-2024
https://thoughtbot.com/events/open-summit
Description
In order to make the Assistant's DSL more intuitive we should rename the
auto_tool_execution:
parameter toexecute_tools:
. This is also in line with the openai/swarm agent framework.We should be able to set this option at the Assistant-level and not have to specify it every time. You should still be able to override this setting when you're explicitly calling the method with
.run(execute_tools: false)
.Tasks
auto_tool_execution:
option toexecute_tools:
assistant.execute_tools
and default it totrue
.assistant.execute_tools
when callingassistant.run(execute_tools:)
The text was updated successfully, but these errors were encountered: