Skip to content

Commit 342295e

Browse files
committed
update skills documentation
1 parent 2d08331 commit 342295e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎docs/v3/skills.mdx‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ description: "Learn how to create and use custom skills to extend PandasAI's cap
55

66
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.
77

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+
812
## Key Features
913

1014
- **Automatic Registration**: Skills are automatically registered when decorated with `@skill`

0 commit comments

Comments
 (0)