Package com.openai.models
Class ChatCompletionToolMessageParam.Role
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class ChatCompletionToolMessageParam.Role implements EnumThe role of the messages author, in this case
tool.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumChatCompletionToolMessageParam.Role.Knownpublic enumChatCompletionToolMessageParam.Role.Value
-
Field Summary
Fields Modifier and Type Field Description public final static ChatCompletionToolMessageParam.RoleTOOL
-
Method Summary
Modifier and Type Method Description final JsonField<String>_value()final ChatCompletionToolMessageParam.Role.Valuevalue()final ChatCompletionToolMessageParam.Role.Knownknown()final StringasString()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatCompletionToolMessageParam.Roleof(String value)-
-
Method Detail
-
value
final ChatCompletionToolMessageParam.Role.Value value()
-
known
final ChatCompletionToolMessageParam.Role.Known known()
-
of
final static ChatCompletionToolMessageParam.Role of(String value)
-
-
-
-