Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Feedback functionality for Components integration.
class FeedbackDict(TypedDict)
@deprecated( "This class will be removed in a future version. Use {} which is TypedDict." ) @dataclass class Feedback()
def get_feedback_dict( feedback: Union[Feedback, FeedbackDict]) -> dict[str, Any]
feedback
Was this page helpful?