public class ToolExecutionRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ToolExecutionRequest.Builder
ToolExecutionRequest builder static inner class. |
Modifier and Type | Method and Description |
---|---|
String |
arguments()
Returns the arguments of the tool.
|
static ToolExecutionRequest.Builder |
builder()
Creates builder to build
ToolExecutionRequest . |
boolean |
equals(Object another) |
int |
hashCode() |
String |
id()
Returns the id of the tool.
|
String |
name()
Returns the name of the tool.
|
String |
toString() |
public String id()
public String name()
public String arguments()
public static ToolExecutionRequest.Builder builder()
ToolExecutionRequest
.Copyright © 2024. All rights reserved.