@@ -71,6 +71,8 @@ type ChatCompletionMessage struct {
}
typeToolCallstruct{
// Index is not nil only in chat completion chunk object
Index*int`json:"index,omitempty"`
IDstring`json:"id"`
TypeToolType`json:"type"`
FunctionFunctionCall`json:"function"`
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.