SDS_BOSS_AI_TELEMETRY
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
SDS_BOSS_AI_TELEMETRY_PK |
REQUEST_ID |
Columns
Name | Datatype | Length | Not-null | Comments |
---|---|---|---|---|
REQUEST_ID | VARCHAR2 | 255 | Yes | Request Id of the http request for BOSS AI Search. |
QUESTION | VARCHAR2 | 2000 | Yes | Natural Language Question asked as input |
PROMPT | CLOB | PROMPT which will be sent to the LLM | ||
PROMPT_HASH | VARCHAR2 | 255 | Hash or Checksum value of the Prompt | |
SQL | CLOB | SQL for the natural language question | ||
BQL | CLOB | BQL for the natural language question | ||
BUSINESS_OBJECT | VARCHAR2 | 200 | Boss Business Object for the NL input | |
MODULE | VARCHAR2 | 100 | Module of the BOSS business object | |
ERROR_MESSAGE | VARCHAR2 | 2000 | Error Message in case of failure | |
LANGUAGE_CODE | VARCHAR2 | 6 | Yes | The language code of the input e.g. en-US |
DEPLOYMENT_ID | VARCHAR2 | 100 | Yes | The deployment id of the request |
DATETIME | TIMESTAMP | The date and time on which the request was made. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
SDS_BOSS_AI_TELEMETRY_U1 | Unique | Default | REQUEST_ID |
SDS_BOSS_AI_TELEMETRY_U2 | Unique | Default | PROMPT_HASH |