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
Inviare feedback sul prodotto e segnalazioni di bug dagli agenti. Gli esempi usano la modalità codice A2A. MCP espone la stessa modalità codice tramite lo strumentoexecute.
Funzioni
feedback.submit
feedback.submit.
| Proprietà | Valore | Proprietà | Valore |
|---|---|---|---|
| Autenticazione richiesta | sì | Modalità di esecuzione | sync |
| Route API pubblica | POST /v1/public/accounts/{account_id}/feedback |
Argomenti
Argomenti
| Nome | Tipo | Obbligatorio |
|---|---|---|
account_id | str | sì |
category | "bug_report" | "product_feedback" | "feature_request" | "other" | sì |
description | str | sì |
title | str | sì |
attributes | {} | no |
paid_product_feature | bool | no |
Restituisce
Restituisce
| Campo | Tipo | Obbligatorio |
|---|---|---|
account_id | str | sì |
attributes | {} | sì |
category | "bug_report" | "product_feedback" | "feature_request" | "other" | sì |
created_at | str | sì |
created_by_user_id | str | sì |
description | str | sì |
id | str | sì |
paid_product_feature | bool | sì |
status | "new" | "triaged" | "planned" | "in_progress" | "closed" | sì |
submitter_email | str | sì |
submitter_name | str | sì |
title | str | sì |
updated_at | str | sì |
admin_notes | str | null | no |
Esempio A2A
Esempio A2A
Richiesta:Risposta:
Esempio MCP
Esempio MCP
Richiesta:Risposta: