Values.ReasoningContentBlockSourceContains content regarding the reasoning that is carried out by the model with respect to the content in the content block. Reasoning refers to a Chain of Thought (CoT) that the model generates to enhance the accuracy of its final response.
type nonrec t = {reasoningText : ReasoningTextBlock.t option;The reasoning that the model used to return the output.
*)redactedContent : Blob.t option;The content in the reasoning that was encrypted by the model provider for safety reasons. The encryption doesn't affect the quality of responses.
*)}