public class ToolCall extends Object
| Modifier and Type | Method and Description |
|---|---|
FunctionCall |
getFunction() |
String |
getId() |
String |
getType() |
void |
setFunction(FunctionCall function) |
void |
setId(String id) |
void |
setType(String type) |
public ToolCall(ToolCall other)
public ToolCall()
public String getId()
public void setId(String id)
public String getType()
public void setType(String type)
public FunctionCall getFunction()
public void setFunction(FunctionCall function)
Copyright © 2026. All rights reserved.