SystemTurn
SystemTurn(contents, **kwargs)System turn - represents system prompt
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| contents | str | Sequence[Content | str] | A list of Content objects, or strings. |
required |
See Also
Turn: The base class for all turn types.