Class AgentConversationStep
- Namespace
- FoundationaLLM.Orchestration.Core.Models
- Assembly
- FoundationaLLM.Orchestration.Core.dll
Provides details about a single step in an agent conversation flow.
public class AgentConversationStep
- Inheritance
-
AgentConversationStep
- Inherited Members
- Extension Methods
Properties
AgentName
The unique name of the agent whose turn is to respond.
public required string AgentName { get; set; }
Property Value
UserPrompt
The user prompt to be used in the conversation step.
public required string UserPrompt { get; set; }