FinalResponse¶
Structure Class¶
FinalResponse
dataclass
¶
Contains details about the response to the user.
Attributes¶
metadata
class-attribute
instance-attribute
¶
metadata: Metadata | None = field(repr=False, default=None)
Contains information about the invoke agent operation.
text
class-attribute
instance-attribute
¶
text: str | None = field(repr=False, default=None)
The text in the response to the user.