Uses of Enum
org.machanism.machai.ai.tools.Role
Packages that use Role
Package
Description
Defines the provider abstraction layer used by Machai to integrate with
concrete generative AI platforms through a consistent application-facing API.
Defines the annotations, descriptors, and service-provider contracts used to
expose Java methods as AI-accessible tools and reusable prompt definitions.
-
Uses of Role in org.machanism.machai.ai.provider
Methods in org.machanism.machai.ai.provider with parameters of type RoleModifier and TypeMethodDescriptionprotected voidAbstractAIProvider.addPrompt(String name, String description, ToolFunction function, Role role, ParamDescriptor... paramsDesc) -
Uses of Role in org.machanism.machai.ai.tools
Methods in org.machanism.machai.ai.tools that return Role