Name | Type | Description | Notes |
---|---|---|---|
content | String | The contents of the system message. | |
role | String | The role of the messages author, in this case `system`. |
require 'openapi_client'
instance = OpenapiClient::ChatCompletionRequestSystemMessage.new(
content: null,
role: null
)