Skip to content

Commit 3562137

Browse files
need to update SQL in lab 2 (#389)
* initial commit of chatbot developer workshop * add intro and some images * Add first lab * add deploy sample app lab * add draft of Lab 3 * Add OIC lab * update lab folder name and manifest files * Update ODA lab * add demo, update/revise labs 1,2,3 * update lab 3 * update lab 5 * update lab 5 * update picture for correct skills * updates/revisions * Update apex.md * Update apex.md * Update rest_select_ai.md * Add files via upload * Update introduction.md * Add files via upload * Update introduction.md * Update oda.md * Update oda_rest_db_select_ai_test.png * Add files via upload * Add files via upload * Add files via upload * Update oda.md * Update oda.md * combine labs 1/2 * Update apex.md * update demo * Update user.md * update SELECT AI text * self-qa fix * fix image reference * self-qa grammar/typo edits * update title * update for ODA IAM Policies * last minute case update * update task numbering * Update chatbot_developer_arch.png update label in architecture diagram * update scripts --------- Co-authored-by: kaushik-kundu <[email protected]>
1 parent 588f663 commit 3562137

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

chatbot-developer-with-selectai/implement-rest-select-ai/rest_select_ai.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ This task involves implementing Select AI for the autonomous database created in
141141
tenancy_ocid => '<UPDATE HERE>',
142142
private_key => '<UPDATE HERE>',
143143
fingerprint => '<UPDATE HERE>'
144+
);
144145
</copy>
145146
```
146147
@@ -214,7 +215,7 @@ This task involves creating REST services for Select AI, it will allow Select AI
214215
215216
```text
216217
<copy>
217-
SELECT DBMS_CLOUD_AI.GENERATE(prompt => 'how many customers',
218+
SELECT DBMS_CLOUD_AI.GENERATE(prompt => :prompt,
218219
profile_name => 'GENAI',
219220
action => 'narrate')
220221
FROM dual

0 commit comments

Comments
 (0)