public class ItemFunctionToolCall extends BaseItem implements InputItem, OutputItem
| Modifier and Type | Class and Description |
|---|---|
static class |
ItemFunctionToolCall.Builder |
| Constructor and Description |
|---|
ItemFunctionToolCall() |
| Modifier and Type | Method and Description |
|---|---|
static ItemFunctionToolCall.Builder |
builder() |
String |
getArguments() |
String |
getCallId() |
String |
getId() |
String |
getName() |
String |
getStatus() |
void |
setArguments(String arguments) |
void |
setCallId(String callId) |
void |
setId(String id) |
void |
setName(String name) |
void |
setStatus(String status) |
String |
toString() |
getType, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTypepublic String getArguments()
public void setArguments(String arguments)
public String getCallId()
public void setCallId(String callId)
public String getName()
public void setName(String name)
public String getId()
public void setId(String id)
public String getStatus()
public void setStatus(String status)
public static ItemFunctionToolCall.Builder builder()
Copyright © 2025. All rights reserved.