Skip to content

Commit 2da3d43

Browse files
committed
Removed 23ai references
1 parent c639989 commit 2da3d43

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

autonomous-ai-agents/database_inspect/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Select AI Inspect - Database Inspection Tool Built Using Select AI Agent (23ai/26ai)
1+
# Select AI Inspect - Database Inspection Tool Built Using Select AI Agent (26ai)
22

33
## Overview
44

55
Select AI Inspect is an AI-powered database inspection tool built using the **Select AI Agent** framework. It enables users to explore, understand, and interact with database objects and their metadata using natural language.
6-
This agent is supported only on Oracle Database **23ai** and **26ai**.
6+
This agent is supported only on Oracle Database **26ai**.
77

88
For definitions of **Tool**, **Task**, **Agent**, and **Agent Team**, see the top-level guide: [README](../README.md#simple-agent-execution-flow).
99

@@ -49,7 +49,7 @@ Users may define the inspection scope either at the individual object level or a
4949

5050
## Prerequisites
5151

52-
- Oracle Database 23ai or 26ai (Autonomous AI Database supported)
52+
- Oracle Database 26ai (Autonomous AI Database supported)
5353
- Select AI and `DBMS_CLOUD_AI_AGENT` enabled
5454
- `ADMIN` or equivalent privileged user for installation
5555
- A Select AI profile created with `DBMS_CLOUD_AI.CREATE_PROFILE`

autonomous-ai-agents/nl2sql_data_retrieval/nl2sql_data_retrieval_tool.sql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ BEGIN
10271027
"tool_inputs": [{"name": "match_type",
10281028
"mandatory": false,
10291029
"description": "Type of filtering technique to use: ' ||
1030-
'1.fuzzy - uses FUZZY MATCH string comparison in Oracle 23ai; ' ||
1030+
'1.fuzzy - uses FUZZY MATCH string comparison; ' ||
10311031
'2.exact - uses ''='' operator for exact matches; ' ||
10321032
'3.regex - uses REGEXP_LIKE for regular expression matching of the pattern."},
10331033
{"name": "match_pattern",
@@ -1082,4 +1082,3 @@ END;
10821082
/
10831083

10841084
alter session set current_schema = ADMIN;
1085-

0 commit comments

Comments
 (0)