Skip to content

Commit d74647c

Browse files
authored
Update reference.md
1 parent 99cafdd commit d74647c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/filters/askAI/reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
## askAI
44
The AskAI plugin allows gitStream workflows to interact with external AI services, enabling advanced automation capabilities such as code analysis, test case generation, and PR summarization. This plugin requires a valid API token for the AI service, which must be securely provided as an environment variable.
55

6-
!!! note "Authorization and Data Sharing"
7-
The `AskAI` plugin integrates with an external AI model and requires the customer's API token for authorization. Ensure you provide a valid token through the `env.OPEN_AI_TOKEN` parameter or similar configuration.
6+
!!! note "Security note"
7+
The `AskAI` plugin integrates with an external AI model and requires your API token for authorization. Ensure you provide a valid token through the `env.OPEN_AI_TOKEN` parameter or similar configuration. This may also incur API costs.
88

9-
When using the `AskAI` plugin, the provided **context** and **prompt** will be shared with the configured AI service. Ensure that no sensitive or proprietary information is included unless your organization's policies permit it.
9+
When using the `AskAI` plugin, the provided **context** and **prompt** will be shared with the configured AI service. **Ensure that no sensitive or proprietary information is included unless your organization's policies permit it**.
1010

1111
![Example PR description](screenshots/askAI-describe-PR.png)
1212

0 commit comments

Comments
 (0)