Agentforce Concepts Flashcards
(6 cards)
1
Q
Orchestrates how an agent launches topics and actions during a conversation. Works with the LLM to carry out the user’s request.
A
Reasoning Engine and Interactions
2
Q
Includes identifying a user’s request, generating a plan, executing the plan, generating a response, and keeping the conversation going.
A
User Request Processing
3
Q
Used to debug the identification and execution of agent actions
A
Event Logs
4
Q
Which LLM is used for planner service calls?
A
OpenAI GPT-4o
5
Q
What 3 functions does the reasoning engine perform?
A
- Interprets the trigger or user request and classifies the utterance into a topic.
- Iteratively builds plans for accomplishing the goal.
- Finds and launches the right topics and actions for the goal.
6
Q
A