feat(ee): Captain custom http tools (#12584)
To test this out, use the following PR: https://github.com/chatwoot/chatwoot/pull/12585 --------- Co-authored-by: Pranav <pranavrajs@gmail.com>
This commit is contained in:
@@ -118,7 +118,7 @@ class CaptainChatSession
|
||||
end
|
||||
|
||||
def show_available_tools
|
||||
available_tools = Captain::Assistant.available_tool_ids
|
||||
available_tools = @assistant.available_tool_ids
|
||||
if available_tools.any?
|
||||
puts "🔧 Available Tools (#{available_tools.count}): #{available_tools.join(', ')}"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user