feat: include resovle tool for the primary agent
This commit is contained in:
@@ -94,7 +94,8 @@ class Captain::Assistant < ApplicationRecord
|
||||
def agent_tools
|
||||
[
|
||||
self.class.resolve_tool_class('faq_lookup').new(self),
|
||||
self.class.resolve_tool_class('handoff').new(self)
|
||||
self.class.resolve_tool_class('handoff').new(self),
|
||||
self.class.resolve_tool_class('resolve').new(self)
|
||||
]
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user