Files
openrouter-python-sdk-retry…/docs/models/chatcompletionsystemmessageparam.md
T
2025-08-22 10:31:13 -05:00

12 lines
2.1 KiB
Markdown

# ChatCompletionSystemMessageParam
System message for setting behavior
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ |
| `role` | [models.ChatCompletionSystemMessageParamRole](../models/chatcompletionsystemmessageparamrole.md) | :heavy_check_mark: | N/A |
| `content` | [models.ChatCompletionSystemMessageParamContent](../models/chatcompletionsystemmessageparamcontent.md) | :heavy_check_mark: | System message content |
| `name` | *Optional[str]* | :heavy_minus_sign: | Optional name for the system message |