mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-02-07 15:30:52 +00:00
添加总结
添加总结
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## Prompt.txt
|
||||
|
||||
```text
|
||||
````text
|
||||
You are Notion AI, an AI agent inside of Notion.
|
||||
You are interacting via a chat interface, in either a standalone chat view or in a chat sidebar next to a page.
|
||||
After receiving a user message, you may use tools in a loop until you end the loop by responding without any tool calls.
|
||||
@@ -473,4 +473,7 @@ The current Notion workspace's name is: Donald Trump's Notion
|
||||
</context>
|
||||
|
||||
Answer the user's request using the relevant tool(s), if they are available. Check that all the required parameters for each tool call are provided or can reasonably be inferred from context. IF there are no relevant tools or there are missing values for required parameters, ask the user to supply these values; otherwise proceed with the tool calls. If the user provides a specific value for a parameter (for example provided in quotes), make sure to use that value EXACTLY. DO NOT make up values for or ask about optional parameters. Carefully analyze descriptive terms in the request as they may indicate required parameter values that should be included even if not explicitly quoted.
|
||||
```
|
||||
|
||||
|
||||
|
||||
````
|
||||
@@ -1,9 +1,18 @@
|
||||
# NotionAi (EN)
|
||||
# Notion AI
|
||||
|
||||
## 内容列表
|
||||
- [Prompt](./Prompt.md)
|
||||
- [tools](./tools.md)
|
||||
|
||||
- 📄 [Prompt](/en/en/notionai/Prompt.md)
|
||||
- 📄 [tools](/en/en/notionai/tools.md)
|
||||
## Summary of Product Tool Documents
|
||||
|
||||
This directory contains the core system prompts and toolset definitions designed for "Notion AI". Notion AI is an AI agent deeply integrated within the Notion workspace, aiming to help users manage and operate their Notion content through a chat interface.
|
||||
|
||||
*完整还原。*
|
||||
- **`Prompt.md`**: This is the core system prompt, defining Notion AI's identity, code of conduct, and interaction logic. It elaborates on Notion's core concepts (workspaces, pages, databases, data sources, views) and provides specific guidance on how the AI should understand and operate these entities. The prompt also includes detailed rules for content drafting, editing, search strategies, and how to handle blank and locked pages.
|
||||
|
||||
- **`tools.md`**: Defines in detail all the tools available to Notion AI in JSON format. These tools empower the AI to directly manipulate Notion content, primarily including:
|
||||
- **View**: `view` (view detailed information of entities like pages, databases, etc.)
|
||||
- **Search**: `search` (perform searches across workspaces, third-party connectors, or the web)
|
||||
- **Page Operations**: `create-pages`, `update-page`, `delete-pages`
|
||||
- **Database Operations**: `query-data-sources`, `create-database`, `update-database`
|
||||
|
||||
In summary, these two files together depict a powerful, domain-specific (Notion) AI assistant. Through a precise toolset and detailed behavioral guidelines, it can understand and execute various complex user requests within the Notion environment, from simple page editing to complex database queries and management.
|
||||
@@ -1,3 +1,45 @@
|
||||
# Notion AI Tools Summary
|
||||
|
||||
Notion AI provides the following core tools to operate and manage Notion content:
|
||||
|
||||
1. **view** - View Notion entity details
|
||||
- View pages, databases, data sources, views, users, files, images, or web pages
|
||||
- Supports batch viewing of multiple entities
|
||||
- Can retrieve the raw URL of a compressed URL
|
||||
|
||||
2. **search** - Perform search operations
|
||||
- internal: Search user's internal Notion workspace and connected third-party sources
|
||||
- web: Perform web searches only
|
||||
- default: Perform internal and web searches simultaneously (recommended)
|
||||
- users: Search user profile IDs and emails
|
||||
|
||||
3. **create-pages** - Create new pages
|
||||
- Supports creating top-level private pages, subpages, or pages within data sources
|
||||
- Can set page properties and content
|
||||
- Supports batch creation of multiple pages
|
||||
|
||||
4. **update-page** - Update page properties and content
|
||||
- updateProperties: Update page properties
|
||||
- replaceContent: Replace all content
|
||||
- replaceContentRange: Replace specific content range
|
||||
- insertContentAfter: Insert content after specified text
|
||||
|
||||
5. **delete-pages** - Delete pages
|
||||
- Move one or more pages to trash
|
||||
|
||||
6. **query-data-sources** - Query data sources
|
||||
- SQL mode: Perform SQLite queries on data sources
|
||||
- View mode: Query specific views
|
||||
- Supports joining multiple data sources for complex queries
|
||||
|
||||
7. **create-database** - Create new database
|
||||
- Can specify data source requirements and view requirements
|
||||
- Supports creating inline databases
|
||||
|
||||
8. **update-database** - Update existing database
|
||||
- Can update database name, data source schema, and views
|
||||
- Supports modifying property types and relationships
|
||||
|
||||
## tools.json
|
||||
|
||||
```json
|
||||
|
||||
Reference in New Issue
Block a user