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: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
-[SECURITY]: A change which fixes a security vulnerability.
11
11
12
12
## [Unreleased]
13
+
-[FEATURE][https://github.com/patterns-ai-core/langchainrb/pull/884] Add `tool_execution_callback` to `Langchain::Assistant`, a callback function (proc, lambda) that is called right before a tool is executed
13
14
14
15
## [0.19.1] - 2024-11-21
15
16
-[FEATURE][https://github.com/patterns-ai-core/langchainrb/pull/858] Assistant, when using Anthropic, now also accepts image_url in the message.
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -536,6 +536,13 @@ Note that streaming is not currently supported for all LLMs.
536
536
*`tool_choice`: Specifies how tools should be selected. Default: "auto". A specific tool function name can be passed. This will force the Assistant to **always** use this function.
537
537
*`parallel_tool_calls`: Whether to make multiple parallel tool calls. Default: true
538
538
*`add_message_callback`: A callback function (proc, lambda) that is called when any message is added to the conversation (optional)
0 commit comments