Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions autonomous-ai-agents/database_inspect/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Select AI Inspect - Database Inspection Tool Built Using Select AI Agent (23ai/26ai)
# Select AI Inspect - Database Inspection Tool Built Using Select AI Agent (26ai)

## Overview

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.
This agent is supported only on Oracle Database **23ai** and **26ai**.
This agent is supported only on Oracle Database **26ai**.

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

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

## Prerequisites

- Oracle Database 23ai or 26ai (Autonomous AI Database supported)
- Oracle Database 26ai (Autonomous AI Database supported)
- Select AI and `DBMS_CLOUD_AI_AGENT` enabled
- `ADMIN` or equivalent privileged user for installation
- A Select AI profile created with `DBMS_CLOUD_AI.CREATE_PROFILE`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ BEGIN
"tool_inputs": [{"name": "match_type",
"mandatory": false,
"description": "Type of filtering technique to use: ' ||
'1.fuzzy - uses FUZZY MATCH string comparison in Oracle 23ai; ' ||
'1.fuzzy - uses FUZZY MATCH string comparison; ' ||
'2.exact - uses ''='' operator for exact matches; ' ||
'3.regex - uses REGEXP_LIKE for regular expression matching of the pattern."},
{"name": "match_pattern",
Expand Down Expand Up @@ -1082,4 +1082,3 @@ END;
/

alter session set current_schema = ADMIN;