Values.CallResultSourceThe result returned from executing a tool call.
type nonrec t = {callId : CallId.t option;The identifier of the tool call that this result corresponds to.
*)content : CallResultContents.t;The content returned by the tool execution, which can include text or other media types.
*)}