Class: Assistant::BlogLinkToolBuilder

Inherits:
Object
  • Object
show all
Defined in:
app/services/assistant/blog_link_tool_builder.rb

Class Method Summary collapse

Class Method Details

.toolsObject



6
7
8
9
10
11
# File 'app/services/assistant/blog_link_tool_builder.rb', line 6

def tools
  [
    build_get_page_link_profile_tool,
    build_find_link_opportunities_tool,
  ]
end