BaseModel
Class Attributes
| Attribute | Type | Default |
|---|---|---|
id | UUID | — |
provider_id | UUID | — |
task_id | UUID | — |
context_id | UUID | — |
rating | int | — |
message | str | — |
comment | str | None | None |
comment_tags | builtins.list[str] | None | None |
created_at | datetime | — |
agent_name | str | — |
Methods
async staticmethod list
async staticmethod list
Parameters
Returns:
| Name | Type | Default |
|---|---|---|
provider_id | str | None | None |
limit | int | 50 |
after_cursor | str | None | None |
client | PlatformClient | None | None |
'ListUserFeedbackResponse'