File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
ai/oracle-digital-assistant/oda-multi-agent Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,19 @@ Please import the sample below in your ODA
16
16
- translation
17
17
18
18
## Configuration
19
- Be sure to import the Weather API before to import the Skills.
19
+ Be sure to import the Weather API and mgLlama API (Type LLM Service) before to import the Skills.
20
+
21
+ ## Add policies like this to allow ODA to call GenerativeAI
22
+
23
+ ```
24
+ allow any-user to manage genai-agent-family in tenancy where request.principal.id='<ODA OCID>'
25
+ allow any-user to manage generative-ai-family in tenancy where request.principal.id='<ODA OCID>'
26
+ ```
27
+ or
28
+ ```
29
+ allow any-user to manage genai-agent-family in compartment xxx where request.principal.id='<ODA OCID>'
30
+ allow any-user to manage generative-ai-family in compartment xxx where request.principal.id='<ODA OCID>'
31
+ ```
20
32
21
33
## Known issue
22
34
- RagHoliday and LLamaProd use a RAG agent (you need an OCI RAG agent ocid to use it)
You can’t perform that action at this time.
0 commit comments