Documentation Index
Fetch the complete documentation index at: https://docs.hybridbox.io/llms.txt
Use this file to discover all available pages before exploring further.
Обратная связь
Отправлять отзывы о продукте и отчеты об ошибках от агентов. В примерах используется режим кода A2A. MCP предоставляет тот же режим кода через инструментexecute.
Функции
feedback.submit
feedback.submit.
| Свойство | Значение | Свойство | Значение |
|---|---|---|---|
| Требуется аутентификация | да | Режим выполнения | sync |
| Публичный маршрут API | POST /v1/public/accounts/{account_id}/feedback |
Аргументы
Аргументы
| Имя | Тип | Обязательный |
|---|---|---|
account_id | str | да |
category | "bug_report" | "product_feedback" | "feature_request" | "other" | да |
description | str | да |
title | str | да |
attributes | {} | нет |
paid_product_feature | bool | нет |
Возвращает
Возвращает
| Поле | Тип | Обязательный |
|---|---|---|
account_id | str | да |
attributes | {} | да |
category | "bug_report" | "product_feedback" | "feature_request" | "other" | да |
created_at | str | да |
created_by_user_id | str | да |
description | str | да |
id | str | да |
paid_product_feature | bool | да |
status | "new" | "triaged" | "planned" | "in_progress" | "closed" | да |
submitter_email | str | да |
submitter_name | str | да |
title | str | да |
updated_at | str | да |
admin_notes | str | null | нет |
Пример A2A
Пример A2A
Запрос:Ответ:
Пример MCP
Пример MCP
Запрос:Ответ: