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.
Feedback
Enviar feedback sobre o produto e relatórios de bugs a partir de agentes. Os exemplos usam o modo de código A2A. O MCP expõe o mesmo modo de código pela ferramentaexecute.
Funções
feedback.submit
feedback.submit.
| Propriedade | Valor | Propriedade | Valor |
|---|---|---|---|
| Autenticação obrigatória | sim | Modo de execução | sync |
| Rota da API pública | POST /v1/public/accounts/{account_id}/feedback |
Argumentos
Argumentos
| Nome | Tipo | Obrigatório |
|---|---|---|
account_id | str | sim |
category | "bug_report" | "product_feedback" | "feature_request" | "other" | sim |
description | str | sim |
title | str | sim |
attributes | {} | não |
paid_product_feature | bool | não |
Retorna
Retorna
| Campo | Tipo | Obrigatório |
|---|---|---|
account_id | str | sim |
attributes | {} | sim |
category | "bug_report" | "product_feedback" | "feature_request" | "other" | sim |
created_at | str | sim |
created_by_user_id | str | sim |
description | str | sim |
id | str | sim |
paid_product_feature | bool | sim |
status | "new" | "triaged" | "planned" | "in_progress" | "closed" | sim |
submitter_email | str | sim |
submitter_name | str | sim |
title | str | sim |
updated_at | str | sim |
admin_notes | str | null | não |
Exemplo A2A
Exemplo A2A
Requisição:Resposta:
Exemplo MCP
Exemplo MCP
Requisição:Resposta: