| Modifier and Type | Class and Description |
|---|---|
static class |
ItemFunctionToolCallOutput.Builder |
| Constructor and Description |
|---|
ItemFunctionToolCallOutput() |
| Modifier and Type | Method and Description |
|---|---|
static ItemFunctionToolCallOutput.Builder |
builder() |
String |
getCallId() |
String |
getId() |
String |
getOutput() |
String |
getStatus() |
void |
setCallId(String callId) |
void |
setId(String id) |
void |
setOutput(String output) |
void |
setStatus(String status) |
String |
toString() |
getType, setTypepublic String getOutput()
public void setOutput(String output)
public String getCallId()
public void setCallId(String callId)
public String getId()
public void setId(String id)
public String getStatus()
public void setStatus(String status)
public static ItemFunctionToolCallOutput.Builder builder()
Copyright © 2025. All rights reserved.