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
Produktfeedback und Fehlerberichte von Agenten einreichen. Die Beispiele verwenden den A2A-Code-Modus. MCP stellt denselben Code-Modus über sein Toolexecute bereit.
Funktionen
feedback.submit
feedback.submit.
| Eigenschaft | Wert | Eigenschaft | Wert |
|---|---|---|---|
| Authentifizierung erforderlich | ja | Ausführungsmodus | sync |
| Öffentliche API-Route | POST /v1/public/accounts/{account_id}/feedback |
Argumente
Argumente
| Name | Typ | Erforderlich |
|---|---|---|
account_id | str | ja |
category | "bug_report" | "product_feedback" | "feature_request" | "other" | ja |
description | str | ja |
title | str | ja |
attributes | {} | nein |
paid_product_feature | bool | nein |
Rückgabe
Rückgabe
| Feld | Typ | Erforderlich |
|---|---|---|
account_id | str | ja |
attributes | {} | ja |
category | "bug_report" | "product_feedback" | "feature_request" | "other" | ja |
created_at | str | ja |
created_by_user_id | str | ja |
description | str | ja |
id | str | ja |
paid_product_feature | bool | ja |
status | "new" | "triaged" | "planned" | "in_progress" | "closed" | ja |
submitter_email | str | ja |
submitter_name | str | ja |
title | str | ja |
updated_at | str | ja |
admin_notes | str | null | nein |
A2A-Beispiel
A2A-Beispiel
Anfrage:Antwort:
MCP-Beispiel
MCP-Beispiel
Anfrage:Antwort: