You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/v3/skills.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ description: "Learn how to create and use custom skills to extend PandasAI's cap
5
5
6
6
Skills allow you to add custom functions that the agent can use, expanding its capabilities beyond standard data analysis. These custom functions are automatically registered and available to the agent, enabling a wide range of user-defined operations.
7
7
8
+
:::info Enterprise Feature
9
+
Skills are part of PandasAI Enterprise and require a valid enterprise license for production use. For development and testing purposes, you can use skills without a subscription. See the [Enterprise License](https://github.com/gventuri/pandas-ai/blob/main/pandasai/ee/LICENSE) for full terms and conditions.
10
+
:::
11
+
8
12
## Key Features
9
13
10
14
-**Automatic Registration**: Skills are automatically registered when decorated with `@skill`
0 commit comments