mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-07-10 17:01:50 +08:00
38 lines
1.3 KiB
TypeScript
38 lines
1.3 KiB
TypeScript
import { PluginSource, PluginType } from '../types'
|
|
|
|
export const toolNotion = {
|
|
id: 'dlfajkgjdga-dfjalksjfglkds-dfjakld',
|
|
created_at: '2024-10-16 16:05:33',
|
|
updated_at: '2024-10-16 16:05:33',
|
|
name: 'notion page search',
|
|
plugin_id: 'Notion/notion-page-search',
|
|
plugin_unique_identifier: 'Notion/notion-page-search:1.2.0@fldsjflkdsajfldsakajfkls',
|
|
declaration: {
|
|
version: '1.2.0',
|
|
author: 'Notion',
|
|
name: 'notion page search',
|
|
category: PluginType.tool,
|
|
icon: 'https://via.placeholder.com/150',
|
|
label: {
|
|
'en-US': 'Notion Page Search',
|
|
'zh-Hans': 'Notion 页面搜索',
|
|
},
|
|
description: {
|
|
'en-US': 'Description: Search Notion pages and open visited ones faster. No admin access required.More and more info...More and more info...More and more info...',
|
|
'zh-Hans': '搜索 Notion 页面并更快地打开已访问的页面。无需管理员访问权限。More and more info...More and more info...More and more info...',
|
|
},
|
|
created_at: '2024-10-16 16:05:33',
|
|
resource: {},
|
|
plugins: {},
|
|
tool: {}, // TODO
|
|
verified: true,
|
|
},
|
|
installation_id: 'jflkdsjoewingljlsadjgoijg-dkfjldajglkajglask-dlfkajdg',
|
|
tenant_id: 'jflkdsjoewingljlsadjgoijg',
|
|
endpoints_setups: 2,
|
|
endpoints_active: 1,
|
|
version: '1.2.0',
|
|
source: PluginSource.marketplace,
|
|
meta: null,
|
|
}
|