Struct AgentType
Represents the type of an agent as a string. This is a strongly-typed wrapper around a string, ensuring type safety when working with agent types.
- Inherited Members
Remarks
This struct is immutable and provides implicit conversion to and from string.
Fields
Name
The string representation of this agent type.
Field Value
Operators
explicit operator AgentType(Type)
Parameters
Returns
implicit operator string(AgentType)
Parameters
Returns
- string
The string representation of the agent type.
implicit operator AgentType(string)
Parameters
type
stringThe string representation of the agent type.