类 SimpleExtendedModel
java.lang.Object
io.agentscope.core.tool.SimpleExtendedModel
- 所有已实现的接口:
ExtendedModel
Simple implementation of ExtendedModel using maps.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Get the additional properties to merge into base schema.Get the additional required fields.从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 io.agentscope.core.tool.ExtendedModel
mergeWithBaseSchema
-
构造器详细资料
-
SimpleExtendedModel
-
-
方法详细资料
-
getAdditionalProperties
从接口复制的说明:ExtendedModelGet the additional properties to merge into base schema.- 指定者:
getAdditionalProperties在接口中ExtendedModel
-
getAdditionalRequired
从接口复制的说明:ExtendedModelGet the additional required fields.- 指定者:
getAdditionalRequired在接口中ExtendedModel
-