FND_BOSS_LLM_EXAMPLES
Table that contains information for ingested LLM example from metadata files.
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: fnd_boss_llm_examples
Primary Key
| Name | Columns |
|---|---|
|
FND_BOSS_LLM_EXAMPLES_PK |
ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ID | NUMBER | 18 | Yes | ID number for this LLM example | |
| MODULE_NAME | VARCHAR2 | 255 | Yes | Module of the BOSS business object or analytic view | |
| NAME | VARCHAR2 | 255 | Name of the BOSS business object or analytic view | ||
| BUSINESS_VIEW_NAME | VARCHAR2 | 255 | Name of the BOSS business view | ||
| QUERY_TYPE | VARCHAR2 | 5 | Yes | Type of query that this LLM example represents. Either analytic view (AV) or Business Object (BO) | |
| INCLUDE | VARCHAR2 | 10 | Yes | Distinguishes static LLM example cases from cases where a match is required | |
| FROM_MODULE_EXAMPLES | VARCHAR2 | 1 | Yes | States if this entry was generated from a module level file | |
| PROMPT | BLOB | Yes | JSON object containing queries, context and reasoning. | ||
| RESOURCE_HASH | VARCHAR2 | 64 | Yes | SHA256 hash in hex format of resource that contained this example |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FND_BOSS_LLM_EXAMPLES_U1 | Unique | FND_BOSS_LLM_EXAMPLES_U1 | ID |