Package com.embabel.agent.api.tool
Object Tool.InputSchema.Companion
-
- All Implemented Interfaces:
public class Tool.InputSchema.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static Tool.InputSchema.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final static Tool.InputSchemaof(Tool.Parameter parameters)final static Tool.InputSchemaof(Class<?> type)final static Tool.InputSchemaof(DomainType domainType)final static Tool.InputSchemaempty()-
-
Method Detail
-
of
final static Tool.InputSchema of(Tool.Parameter parameters)
-
of
final static Tool.InputSchema of(Class<?> type)
-
of
final static Tool.InputSchema of(DomainType domainType)
-
empty
final static Tool.InputSchema empty()
-
-
-
-