public class ChatToolCall extends Object
| Constructor and Description |
|---|
ChatToolCall() |
ChatToolCall(String id,
String type,
ChatFunctionCall function) |
| Modifier and Type | Method and Description |
|---|---|
ChatFunctionCall |
getFunction() |
String |
getId() |
Integer |
getIndex() |
String |
getType() |
void |
setFunction(ChatFunctionCall function) |
void |
setId(String id) |
void |
setIndex(Integer index) |
void |
setType(String type) |
String |
toString() |
public ChatToolCall(String id, String type, ChatFunctionCall function)
public ChatToolCall()
public String getId()
public void setId(String id)
public String getType()
public void setType(String type)
public ChatFunctionCall getFunction()
public void setFunction(ChatFunctionCall function)
public Integer getIndex()
public void setIndex(Integer index)
Copyright © 2025. All rights reserved.