public class ToolParameters extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ToolParameters.Builder
ToolParameters builder static inner class. |
Modifier and Type | Method and Description |
---|---|
static ToolParameters.Builder |
builder()
ToolParameters builder static inner class.
|
boolean |
equals(Object another) |
int |
hashCode() |
Map<String,Map<String,Object>> |
properties()
Returns the properties of the tool.
|
List<String> |
required()
Returns the required properties of the tool.
|
String |
toString() |
String |
type()
Returns the type of the tool.
|
public String type()
public Map<String,Map<String,Object>> properties()
public List<String> required()
public static ToolParameters.Builder builder()
ToolParameters.Builder
.Copyright © 2024. All rights reserved.