mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-30 02:32:29 +00:00
feat: include custom flag in custom tool metadata
This commit is contained in:
@@ -44,7 +44,8 @@ class Captain::CustomTool < ApplicationRecord
|
||||
{
|
||||
id: slug,
|
||||
title: title,
|
||||
description: description
|
||||
description: description,
|
||||
custom: true
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user