public class ToolExecutionRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ToolExecutionRequest.Builder |
Modifier and Type | Method and Description |
---|---|
<T> T |
argument(String name) |
String |
arguments() |
Map<String,Object> |
argumentsAsMap() |
static ToolExecutionRequest.Builder |
builder() |
boolean |
equals(Object another) |
int |
hashCode() |
String |
name() |
String |
toString() |
public String name()
public String arguments()
public <T> T argument(String name)
public static ToolExecutionRequest.Builder builder()
Copyright © 2023. All rights reserved.