chatwoot-develop/enterprise/app/views/api/v1/accounts/captain/assistants/tools.json.jbuilder

7 lines
141 B
Ruby
Executable File

json.array! @tools do |tool|
json.id tool[:id]
json.title tool[:title]
json.description tool[:description]
json.icon tool[:icon]
end