nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
FeedbackMessage
Interface FeedbackMessage
General feedback message.
interface
FeedbackMessage
{
type
:
"feedback"
;
expertId
:
string
;
targetExpertId
?:
string
;
feedback
:
string
;
category
?:
"improvement"
|
"concern"
|
"praise"
|
"question"
;
}
Index
Properties
type
expert
Id
target
Expert
Id?
feedback
category?
Properties
type
type
:
"feedback"
expert
Id
expertId
:
string
Optional
target
Expert
Id
targetExpertId
?:
string
feedback
feedback
:
string
Optional
category
category
?:
"improvement"
|
"concern"
|
"praise"
|
"question"
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
type
expert
Id
target
Expert
Id
feedback
category
GitHub
npm
nexus-agents - v2.80.0
Loading...
General feedback message.