FND_BOSS_AI_LLM_INVK

Successful prompt LLM invocation information used during a BOSS AI request

Details

  • Schema: FUSION

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: fnd_boss_ai_llm_invk

Primary Key

Name Columns

FND_BOSS_AI_LLM_INVK_PK

PROMPT_HASH

Columns

Name Datatype Length Not-null Comments
PROMPT_HASH VARCHAR2 255 Yes Hash obtained from prompt in the LLM call
PROMPT CLOB Yes Complete prompt used in LLM call
TYPE VARCHAR2 20 Yes Use to specify the type of prompt. Possible values are AV, BO, ACCOUNTING_PERIOD
RESPONSE CLOB JSON expression to set all caching information for this specific prompt call, which will be the processed LLM response.

Indexes

Index Uniqueness Tablespace Columns
FND_BOSS_AI_LLM_INVK_U1 Unique fnd_boss_ai_llm_invk_PK PROMPT_HASH