@Generated(value="jsonschema2pojo") public class ToolCall extends Object
构造器和说明 |
---|
ToolCall() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
equals(Object other) |
FunctionCall |
getFunction()
FunctionCall
|
String |
getId()
Id
|
String |
getType()
Type
|
int |
hashCode() |
void |
setFunction(FunctionCall function)
FunctionCall
|
void |
setId(String id)
Id
|
void |
setType(String type)
Type
|
String |
toString() |
ToolCall |
withFunction(FunctionCall function) |
ToolCall |
withId(String id) |
ToolCall |
withType(String type) |
public String getId()
public void setId(String id)
public String getType()
public void setType(String type)
public FunctionCall getFunction()
public void setFunction(FunctionCall function)
public ToolCall withFunction(FunctionCall function)
Copyright © 2024. All rights reserved.