Skip to content

Commit 9822b3d

Browse files
committed
Merge remote-tracking branch 'origin/oke-gitops' into oke-gitops
2 parents d468f89 + f9a97c9 commit 9822b3d

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
exportedRestServices:
2+
- endpoint: "https://inference.generativeai.eu-frankfurt-1.oci.oraclecloud.com/20231130/actions/chat"
3+
name: "mgLlama"
4+
type: "LLM"
5+
authType: "resourcePrincipal"
6+
llmType: "CUSTOM"
7+
mock: false
8+
restServiceMethods:
9+
- restServiceMethodType: "POST"
10+
contentType: "application/json"
11+
requestBody: "{\n \"compartmentId\": \"ocid1.compartment.oc1..aaaaaaaa2mromzqpk6aju4dpp6dwrf7c5bibieroemdhywxfy4tfcoh2qruq\",\n \"servingMode\": {\n \"modelId\": \"cohere.command-a-03-2025\",\n \"servingType\": \"ON_DEMAND\"\n },\n \"chatRequest\": {\n \"message\": \"tell a joke\",\n \"apiFormat\": \"COHERE\",\n \"maxTokens\": 4000,\n \"isStream\": false,\n \"frequencyPenalty\": 0,\n \"presencePenalty\": 0,\n \"temperature\": 0,\n \"topP\": 1,\n \"topK\": 1\n }\n}"
12+
restServiceParams: []

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)

app-dev/app-integration-and-automation/shared-assets/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,16 @@ This section contains various examples related to Application Integration: demo
227227

228228
## Blogs
229229

230+
-[A Beginner’s Guide to Using OCI Generative AI with Oracle Integration](https://www.linkedin.com/pulse/beginners-guide-using-oci-generative-ai-oracle-harris-qureshi-wqcof/)
231+
232+
Designed for Oracle Integration developers, this beginner-friendly guide walks you through:
233+
234+
• Exploring the OCI Generative AI Playground
235+
• Understanding the OCI Gen AI Inference API
236+
• Calling OCI Gen AI directly from Oracle Integration
237+
238+
Whether you're experimenting or building real use cases, this step-by-step intro will help you bridge the gap between integration and Gen AI. It also includes a hands on demo.
239+
230240
- [Agentic AI Workflows in Oracle Integration: Unlocking the Power of Generative AI](https://www.linkedin.com/pulse/agentic-ai-workflows-oracle-integration-unlocking-power-qureshi-nxm0f)
231241

232242
What if your integrations could reason, plan, and act on their own? In this article, I explore how Agentic AI Workflows in OIC, powered by OCI Generative AI, enable dynamic, 𝙨𝙚𝙡𝙛–𝙤𝙥𝙩𝙞𝙢𝙞𝙯𝙞𝙣𝙜 𝙨𝙮𝙨𝙩𝙚𝙢𝙨 𝙩𝙝𝙖𝙩 𝙖𝙙𝙖𝙥𝙩 𝙖𝙣𝙙 𝙧𝙚𝙨𝙥𝙤𝙣𝙙 𝙞𝙣 𝙧𝙚𝙖𝙡 𝙩𝙞𝙢𝙚.

0 commit comments

Comments
 (0)