Skip to content

Value Class

Value

Value is a type alias for Dict[str, Any].

It is used to represent the values of input and output parameters.

value = {
    'summary': "This is a summary of the text.",
    'keywords': ["sample", "text", "summarize"],
}