diff --git a/autonomous-ai-agents/database_inspect/README.md b/autonomous-ai-agents/database_inspect/README.md index 58de424..7990eea 100644 --- a/autonomous-ai-agents/database_inspect/README.md +++ b/autonomous-ai-agents/database_inspect/README.md @@ -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). @@ -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` diff --git a/autonomous-ai-agents/nl2sql_data_retrieval/nl2sql_data_retrieval_tool.sql b/autonomous-ai-agents/nl2sql_data_retrieval/nl2sql_data_retrieval_tool.sql index 45e0b92..9d6aa21 100644 --- a/autonomous-ai-agents/nl2sql_data_retrieval/nl2sql_data_retrieval_tool.sql +++ b/autonomous-ai-agents/nl2sql_data_retrieval/nl2sql_data_retrieval_tool.sql @@ -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", @@ -1082,4 +1082,3 @@ END; / alter session set current_schema = ADMIN; -