Skip to content

Commit 27adbf6

Browse files
authored
Merge pull request #1799 from oracle-devrel/MarcGueury-patch-6
Update README.md
2 parents 4da22e3 + 96e8c91 commit 27adbf6

File tree

1 file changed

+13
-1
lines changed
  • ai/oracle-digital-assistant/oda-multi-agent

1 file changed

+13
-1
lines changed

ai/oracle-digital-assistant/oda-multi-agent/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,19 @@ Please import the sample below in your ODA
1616
- translation
1717

1818
## 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+
```
2032

2133
## Known issue
2234
- RagHoliday and LLamaProd use a RAG agent (you need an OCI RAG agent ocid to use it)

0 commit comments

Comments
 (0)