DataframeResponseSection

A response section that an agent can return to render a pandas dataframe.

KEY TYPE Description
header str Heading of the table to be displayed.
df pandas.DataFrame The dataframe to be displayed.