Values.SystemContentBlockSourceContains a system prompt to provide context to the model or to describe how it should behave. For more information, see Create a prompt using Prompt management.
type nonrec t = {text : NonEmptyString.t option;The text in the system prompt.
*)cachePoint : CachePointBlock.t option;Creates a cache checkpoint within a tool designation
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]