Gen Ai Gateway Request DMO
Generative Request to the Gateway - Incoming request to the gateway to generate a generation.
Object API Name: std__GenAiGatewayRequestDmo__dlm
Category: Unassigned
Availability: Available in 260 and later versions
Primary Key Field: Id
- AiApplicationFeatureName
- AiApplicationName
- AiModelName
- AiPlannerIdentifier
- AiPromptTemplateName
- AiPromptVersionName
- AiProviderName
- BillToCloudIdentifier
- BotVersionIdentifier
- cdp_sys_record_currency
- CompletionTokenCount
- CreatedById
- CreatedDate
- DataSourceId
- DataSourceObjectId
- ExpectedGenerationCount
- ExternalRecordId
- ExternalSourceId
- FeatureSessionIdentifier
- FrequencyPenaltyNumber
- GenerationGroupIdentifier
- GenerationResponseVarianceNumber
- GenerationStoppingStringText
- Id
- InternalOrganizationId
- IsInputSafetyScoringEnabled
- IsOutputSafetyScoringEnabled
- IsPiiMaskingEnabled
- MaskedPromptText
- ModelParametersText
- ParentAiGatewayRequestId
- PresencePenaltyNumber
- PromptText
- PromptTokenCount
- TotalTokenCount
- Field API Name:
std__AiApplicationFeatureName__c - Data Type: TEXT
- Description: Represents the Name of the AI (Hawking) application's specific Feature for which this gateway generation call was made.
- Field API Name:
std__AiApplicationName__c - Data Type: TEXT
- Description: Represents the name of the AI (Hawking) application for which this gateway generation call was made.
- Field API Name:
std__AiModelName__c - Data Type: TEXT
- Description: Represents the name of Large Language Model.
- Field API Name:
std__AiPlannerIdentifier__c - Data Type: TEXT
- Description: Represents the AI Planner name/id will be used by Bots to come up with a plan to satisfy a user request
- Field API Name:
std__AiPromptTemplateName__c - Data Type: TEXT
- Description: Represents the associated record id of Gen AI Prompt Template.
- Field API Name:
std__AiPromptVersionName__c - Data Type: TEXT
- Description: Represents the Name of version of the associated Gen AI Prompt Template.
- Field API Name:
std__AiProviderName__c - Data Type: TEXT
- Description: Represents the name of the LLM (Large Language Model) provider.
- Field API Name:
std__BillToCloudIdentifier__c - Data Type: TEXT
- Description: Represents the Salesforce Cloud that will be billed for this LLM Gateway call.
- Field API Name:
std__BotVersionIdentifier__c - Data Type: TEXT
- Description: Represents the name/id of Bot version.
- Field API Name:
std__cdp_sys_record_currency__c - Data Type: TEXT
- Description: System-generated metadata field that stores a 3-letter ISO currency code.
- Field API Name:
std__CompletionTokenCount__c - Data Type: DOUBLE
- Description: Represnts the usage metric returned by Large Language model provider - number of tokens used to complete the generation
- Field API Name:
std__CreatedById__c - Data Type: TEXT
- Description: The user who created the record
- Field API Name:
std__CreatedDate__c - Data Type: DATETIME
- Description: The date and time when this record was created
- Field API Name:
std__DataSourceId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__DataSourceObjectId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__ExpectedGenerationCount__c - Data Type: DOUBLE
- Description: Represents the number of expected generations.
- Field API Name:
std__ExternalRecordId__c - Data Type: TEXT
- Description: The corresponding record Id from an external data source system
- Field API Name:
std__ExternalSourceId__c - Data Type: TEXT
- Description: Corresponding record Id from external data source system
- Field API Name:
std__FeatureSessionIdentifier__c - Data Type: TEXT
- Description: Represents the session-id for Feature specific.
- Field API Name:
std__FrequencyPenaltyNumber__c - Data Type: DOUBLE
- Description: Generation frequency penalty used to discourage the model from generating output that contains overly frequent or repetitive patterns.
- Field API Name:
std__GenerationGroupIdentifier__c - Data Type: TEXT
- Description: Represents the Planner Turn.
- Field API Name:
std__GenerationResponseVarianceNumber__c - Data Type: DOUBLE
- Description: Represents the variance or randomness with which LLM generates a response, the higher the temperature the more random (creative and imaginative) responses from the LLM. Usually, temperature is a real number between 0 and 1.
- Field API Name:
std__GenerationStoppingStringText__c - Data Type: TEXT
- Description: Represents an array of stopping strings for generation.
- Field API Name:
std__Id__c - Data Type: TEXT
- Description: Primary key
- Field API Name:
std__InternalOrganizationId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__IsInputSafetyScoringEnabled__c - Data Type: TEXT
- Description: Represent a boolean flag to enable/disable Safety scoring on Input
- Field API Name:
std__IsOutputSafetyScoringEnabled__c - Data Type: TEXT
- Description: Represent a boolean flag to enable/disable Safety scoring on output
- Field API Name:
std__IsPiiMaskingEnabled__c - Data Type: TEXT
- Description: If true the represents that masking is enabled for PII data, to protect end user privacy.
- Field API Name:
std__MaskedPromptText__c - Data Type: TEXT
- Description: Represents the masked prompt/input text.
- Field API Name:
std__ModelParametersText__c - Data Type: TEXT
- Description: Represents the parameters for the model.
- Field API Name:
std__ParentAiGatewayRequestId__c - Data Type: TEXT
- Description: Represents the parent Gen AI gateway request.
- Field API Name:
std__PresencePenaltyNumber__c - Data Type: DOUBLE
- Description: Generation presence penalty used to discourage the model from including certain types of information, words, or entities in the generated content.
- Field API Name:
std__PromptText__c - Data Type: TEXT
- Description: Represents the input generation text.
- Field API Name:
std__PromptTokenCount__c - Data Type: DOUBLE
- Description: Represents the usage metric returned by Large Language model provider - number of tokens in the input text
- Field API Name:
std__TotalTokenCount__c - Data Type: DOUBLE
- Description: Represents the usage metric returned by Large Language model provider - total number of tokens in the Large Language model output.