Values.SpanToolResultValueTool result message content
type nonrec t = {toolUseId : Uuid.t option;Relates this result back to the tool invocation
*)values : SpanMessageValueList.t option;The tool results
*)error : NonEmptyString.t option;The tool invocation error if failed
*)}val make :
?toolUseId:Uuid.t ->
?values:SpanMessageValueList.t ->
?error:NonEmptyString.t ->
unit ->
t