Package com.embabel.agent.core
Object Agent.Companion
-
- All Implemented Interfaces:
public class Agent.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static Agent.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final List<DomainType>mergeTypes(String agentName, List<DynamicType> defaultDataTypes, List<Action> actions)Merge the default data types with the schema types from actions. -
-
Method Detail
-
mergeTypes
final List<DomainType> mergeTypes(String agentName, List<DynamicType> defaultDataTypes, List<Action> actions)
Merge the default data types with the schema types from actions. Combines the properties of schema types
-
-
-
-