Class AISchemaDiscovery.ParameterSchema
java.lang.Object
neqsim.util.annotation.AISchemaDiscovery.ParameterSchema
- All Implemented Interfaces:
Serializable
- Enclosing class:
AISchemaDiscovery
Schema for a method parameter.
- Version:
- 1.0
- Author:
- NeqSim
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
-
type
-
description
-
unit
-
minValue
private final double minValue -
maxValue
private final double maxValue -
defaultValue
-
required
private final boolean required -
options
-
-
Constructor Details
-
ParameterSchema
-
-
Method Details
-
getName
-
getType
-
toPromptText
Convert to structured text for AI consumption.
-