Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Salesforce Exam Agentforce-Specialist Topic 4 Question 5 Discussion

Actual exam question for Salesforce's Agentforce-Specialist exam
Question #: 5
Topic #: 4
[All Agentforce-Specialist Questions]

Universal Containers wants to incorporate CRM data as well-formatted JSON in a prompt to a large language model (LLM).

What is an important consideration for this requirement?

Show Suggested Answer Hide Answer
Suggested Answer: B

Context of the Question

Universal Containers (UC) wants to send well-formatted JSON data in a prompt to a large language model (LLM).

The question is about an important technical or design consideration for including CRM data as JSON in that prompt.

Why Apex Code for JSON Formatting?

Apex to Generate JSON: Salesforce does not have a simple ''checkbox'' or single setting to ''convert CRM data to JSON.'' Typically, to structure data as JSON in a template, you either:

Use an Apex class that queries or processes the data, then returns a JSON string.

Use a Flow or formula approach (though complex data structures often require Apex).

No Built-In ''Enable JSON Format in Prompt Builder'': Prompt Builder doesn't have a toggle that automatically transforms data into JSON.

Conclusion The practical solution to pass CRM data in JSON format to an LLM is to use Apex code (or a specialized Flow approach) to produce a JSON string, which the prompt can then merge and pass along. Hence, Option B is correct.

Salesforce AI Specialist Reference & Documents

Salesforce Documentation: Working with JSON in Apex Describes how to serialize and deserialize data using Apex for integration or AI prompts.

Salesforce AI Specialist Study Guide Emphasizes the need for custom logic (often in Apex) when complex data transformations (like JSON formatting) are required.


Contribute your Thoughts:

Sunshine
15 days ago
Noah
upvoted 0 times
Dalene
2 days ago
A) `CRM data to JSON` checkbox must be selected when creating a prompt template.
upvoted 0 times
...
Magnolia
4 days ago
A) 'CRM data to JSON' checkbox must be selected when creating a prompt template.
upvoted 0 times
...
...
German
15 days ago
I think option C makes the most sense because it enables JSON format in the Prompt Builder Settings.
upvoted 0 times
...
Franklyn
17 days ago
I disagree, I believe option B is the way to go.
upvoted 0 times
...
Harrison
18 days ago
I think option A is the correct answer.
upvoted 0 times
...

Save Cancel