Skip to content

Commit 9d01e30

Browse files
pinkeshmarsPoojaB26
authored andcommitted
Address review comments part 2
1 parent 4f97810 commit 9d01e30

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/ff-integrations/AI/ai-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ It is always recommended to include at least one sample conversation with both a
6161
#### Model Settings
6262

6363
- **Provider**: Allows you to select the AI vendor for this agent. Currently, we support **OpenAI**, **Google,** and **Anthropic**.
64-
- **OpenAI & Anthropic**: If you choose OpenAI or Anthropic, FlutterFlow will create a [Cloud Function](https://firebase.google.com/docs/functions) in Firebase to relay requests to the AI API securely. Hence, your Firebase project must be on a [Blaze](https://firebase.google.com/pricing) plan (paid) to deploy the necessary cloud function.
64+
- **OpenAI & Anthropic**: If you choose OpenAI or Anthropic, FlutterFlow will create a [Cloud Function](https://firebase.google.com/docs/functions) in Firebase to relay requests to the AI API securely. Hence, your Firebase project must be on a [Blaze](https://firebase.google.com/pricing) plan (paid) to deploy the necessary cloud function. **Note that** the deployed cloud function will only be accessible to authenticated users.
6565
- **Google**: When selecting Google as your provider, you need to enable the following in your Firebase project.
6666
- [**Firebase Authentication**](../authentication/firebase-auth/auth-initial-setup.md): This ensures secure interactions between users and your AI agents.
6767
- [**Vertex AI**](https://firebase.google.com/docs/vertex-ai): Vertex AI is Google's comprehensive AI platform used to manage and deploy machine learning models. FlutterFlow internally uses the [`firebase_vertexai`](https://pub.dev/packages/firebase_vertexai) package to integrate Google's AI models within your Firebase-connected project.

docs/intro/ff-ui/builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Here is a list of all the features accessible from the navigation menu:
3434
11. **Custom Functions**: Add custom functionalities, widgets, and actions.
3535
12. **Cloud Functions**: Write and deploy cloud functions for Firebase.
3636
13. **Tests**: Add automated tests.
37-
14. **Agents**: Create, configure, and manage [AI Agents](../../ff-integrations/AI/ai-agents.md) to integrate conversational AI interactions into your app.
37+
14. **Agents**: Create, configure, and manage [AI Agents](../../ff-integrations/ai/ai-agents.md) to integrate conversational AI interactions into your app.
3838
15. **Theme settings**: Customize visual appearance.
3939
16. **Settings and Integrations**: Access app-related settings and integrations.
4040

docs/resources/projects/libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Once the library is imported, following resources are accessible for use:
192192

193193
:::info
194194
- [**Pages**](../../resources/ui/pages/intro-pages.md), [**Firestore Collections**](../../ff-integrations/database/cloud-firestore/creating-collections.md), and [**Cloud Functions**](../../ff-concepts/adding-customization/cloud-functions.md) are still being worked on and may come in future updates.
195-
- Creation of [**AI Agents**](../../ff-integrations/AI/ai-agents.md) is not yet supported in the Library project
195+
- Creation of [**AI Agents**](../../ff-integrations/ai/ai-agents.md) is not yet supported in the Library project
196196
:::
197197

198198
It's important to note that these resources show up where they are instantiated. For example:

0 commit comments

Comments
 (0)