<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Aura – feedback</title>
    <link>/tags/feedback/</link>
    <description>Recent content in feedback on Aura</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    
	  <atom:link href="/tags/feedback/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Docs: </title>
      <link>/docs/components/aura-bridge/bridge-components/plugins/aurapush-feedback-service-plugin/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/components/aura-bridge/bridge-components/plugins/aurapush-feedback-service-plugin/</guid>
      <description>
        
        
        &lt;h1 id=&#34;aura-push-send-feedback-service&#34;&gt;Aura Push send feedback service&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;Description of Aura Push send feedback service&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;description&#34;&gt;Description&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;aurapush-sendfeedback-service&lt;/strong&gt;&lt;/em&gt; plugin contains the services and utilities to send information to the &lt;strong&gt;aura-push&lt;/strong&gt; service.&lt;/p&gt;
&lt;p&gt;To send this information an event consumer is used: &lt;strong&gt;aurapush-sendfeedback-consumer&lt;/strong&gt;. This consumer listens for the following events:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;&lt;strong&gt;whatsapp.ackMessageReceived&lt;/strong&gt;&lt;/em&gt;: Event emitted when a new ack message is received.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;strong&gt;core.flow.error.directlineToWhatsappFlow&lt;/strong&gt;&lt;/em&gt;: Event emitted when an error occurs during sending a message from Direct Line to WhatsApp.&lt;/li&gt;
&lt;/ul&gt;
&lt;pre class=&#34;mermaid&#34;&gt;sequenceDiagram  
    alt whatsapp.ackMessageReceived
        AuraPushFeedbackConsumer-&amp;gt;&amp;gt;&amp;#43;onAckMessageReceived: ACK
    end
    alt core.flow.error.directlineToWhatsappFlow
        AuraPushFeedbackConsumer-&amp;gt;&amp;gt;&amp;#43;onCoreErrorDirectlineToWhatsappFlow: Core flow error
    end
        onAckMessageReceived-&amp;gt;&amp;gt;&amp;#43;auraPushFeedbackClient: ACK and path
        onCoreErrorDirectlineToWhatsappFlow-&amp;gt;&amp;gt;&amp;#43;auraPushFeedbackClient: Core flow error and path
        auraPushFeedbackClient-&amp;gt;&amp;gt;&amp;#43;Aura Push: Message&lt;/pre&gt;
&lt;p&gt;&amp;#x26a0;&amp;#xfe0f; For Brazil OB, the &lt;em&gt;&lt;strong&gt;aurapush-sendfeedback-service&lt;/strong&gt;&lt;/em&gt; plugin requires a specific configuration in the &lt;a href=&#34;../../docs/deployment/installer/#aurapushfeedback&#34;&gt;&lt;em&gt;&lt;strong&gt;installer aurak8s&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;consumes-components-ioc&#34;&gt;Consumes components (IOC)&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;configurationManager&lt;/td&gt;
&lt;td&gt;PluginType.Service&lt;/td&gt;
&lt;td&gt;Configuration manager&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;eventService&lt;/td&gt;
&lt;td&gt;PluginType.Service&lt;/td&gt;
&lt;td&gt;Bridge event management service&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;provides-components-ioc&#34;&gt;Provides components (IOC)&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;auraPushSendFeedbackService&lt;/td&gt;
&lt;td&gt;PluginType.Service&lt;/td&gt;
&lt;td&gt;Services and utilities for AuraPush send message feedback&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;auraPushFeedbackClient&lt;/td&gt;
&lt;td&gt;PluginType.Service&lt;/td&gt;
&lt;td&gt;Aura push feedback client&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: </title>
      <link>/docs/experiences-builder/tools/aura-mocks-server/plugins/send-feedback-api-plugin/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/experiences-builder/tools/aura-mocks-server/plugins/send-feedback-api-plugin/</guid>
      <description>
        
        
        &lt;h1 id=&#34;aura-mocks-send-feedback-api-plugin&#34;&gt;aura-mocks-send-feedback-api plugin&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;Plugin that mocks feedback sent by *&lt;strong&gt;aura-bridge&lt;/strong&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;description&#34;&gt;Description&lt;/h2&gt;
&lt;p&gt;The &lt;em&gt;&lt;strong&gt;aura-mocks-send-feedback-api&lt;/strong&gt;&lt;/em&gt; plugin simulates the server that is responsible for receiving the different requests from the &lt;code&gt;aurapush-sendfeedback-service&lt;/code&gt; plugin of *&lt;strong&gt;aura-bridge&lt;/strong&gt; component. These requests may involve the sending of statues, errors o messages.&lt;/p&gt;
&lt;p&gt;&lt;i class=&#34;fa-regular fa-file-lines fa-xl&#34; style=&#34;color: #0d5de7;&#34;&gt;&lt;/i&gt; Find more information in the Github repository:&lt;br&gt;
&lt;a href=&#34;https://github.com/Telefonica/aura-mocks-server/tree/master/src/plugins/aura-mocks-send-feedback-api&#34;&gt;https://github.com/Telefonica/aura-mocks-server/tree/master/src/plugins/aura-mocks-send-feedback-api&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is part of &lt;code&gt;aura-mocks-server&lt;/code&gt; project.&lt;/p&gt;
&lt;h2 id=&#34;endpoints-api&#34;&gt;Endpoints API&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:center&#34;&gt;Enpoint&lt;/th&gt;
&lt;th style=&#34;text-align:center&#34;&gt;Method&lt;/th&gt;
&lt;th style=&#34;text-align:center&#34;&gt;Group&lt;/th&gt;
&lt;th style=&#34;text-align:center&#34;&gt;description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;/feedback/statuses/update&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;PUT&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Send Feedback&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Update statuses&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;/feedback/errors/update&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;PUT&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Send Feedback&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Update errors&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;/feedback/messages/update&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;PUT&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Send Feedback&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Update messages&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;/feedback/messages&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;DELETE&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Send Feedback&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Delete cache&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;/feedback/messages/:messageId&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;GET&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Send Feedback&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Get message feedback by MessageId&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;/feedback/messages&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;GET&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Send Feedback&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Get all message feedback&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;put-feedbackstatusesupdate&#34;&gt;PUT: /feedback/statuses/update&lt;/h3&gt;
&lt;p&gt;Update statuses by &lt;code&gt;messageId&lt;/code&gt;, so &lt;code&gt;messageId&lt;/code&gt; is mandatory.&lt;/p&gt;
&lt;h3 id=&#34;put-feedbackerrorsupdate&#34;&gt;PUT: /feedback/errors/update&lt;/h3&gt;
&lt;p&gt;Update errors by &lt;code&gt;messageId&lt;/code&gt;, so &lt;code&gt;messageId&lt;/code&gt; is mandatory.&lt;/p&gt;
&lt;h3 id=&#34;put-feedbackmessagesupdate&#34;&gt;PUT: /feedback/messages/update&lt;/h3&gt;
&lt;p&gt;Update messages by &lt;code&gt;messageId&lt;/code&gt;, so &lt;code&gt;messageId&lt;/code&gt; is mandatory.&lt;/p&gt;
&lt;h3 id=&#34;delete-feedbackmessages&#34;&gt;DELETE: /feedback/messages/&lt;/h3&gt;
&lt;p&gt;Delete feedback message by &lt;code&gt;messageId&lt;/code&gt;. The query param &lt;code&gt;messageId&lt;/code&gt; is mandatory.&lt;/p&gt;
&lt;h3 id=&#34;get-feedbackmessages&#34;&gt;GET: /feedback/messages/&lt;/h3&gt;
&lt;p&gt;Get all messages feedback by MessageId. The query &lt;code&gt;messageId&lt;/code&gt; value is mandatory.&lt;/p&gt;
&lt;h3 id=&#34;get-feedbackmessagesmessageid&#34;&gt;GET: /feedback/messages/:messageId&lt;/h3&gt;
&lt;p&gt;Get message feedback by MessageId. The property in body &lt;code&gt;messageId&lt;/code&gt; is mandatory.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: </title>
      <link>/docs/atria/capabilities/generative-feedback-functional-overview/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/atria/capabilities/generative-feedback-functional-overview/</guid>
      <description>
        
        
        &lt;h1 id=&#34;generative-feedback-functional-description&#34;&gt;Generative feedback functional description&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;Discover the feedback functionality that can be used for Generative AI and RAG capabilities&lt;/p&gt;
&lt;p&gt;&lt;i class=&#34;fa-regular fa-file-lines fa-xl&#34; style=&#34;color: #0d5de7;&#34;&gt;&lt;/i&gt; If you are interested in the &lt;strong&gt;detailed technical operational flow&lt;/strong&gt; of this capability, that includes the sequence diagram of interactions between components, access &lt;a href=&#34;../../docs/atria/technical-operation/&#34;&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p align=&#34;left&#34;&gt;
  &lt;img width=&#34;250&#34; height=&#34;250&#34; src=&#34;../../images/atria/technical-skills-2.png&#34;&gt;
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Within the use of the &lt;em&gt;&lt;strong&gt;ATRIA&lt;/strong&gt;&lt;/em&gt; AI-driven &lt;a href=&#34;../../docs/atria/capabilities/llm-experiences-builder/generative-ai/&#34;&gt;Generative AI&lt;/a&gt; or &lt;a href=&#34;../../docs/atria/capabilities/llm-experiences-builder/rag/&#34;&gt;RAG&lt;/a&gt; capabilities, we have developed a &lt;strong&gt;feedback functionality&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;This feedback functionality allows the estimation of the &lt;strong&gt;user&amp;rsquo;s satisfaction&lt;/strong&gt; regarding the obtained response.&lt;/p&gt;
&lt;p&gt;The user can provide feedback by clicking on a thumbs-up icon if the quality and appropriateness of the answer is correct or selecting the thumbs-down icon if the response misses the point, contains hallucinations, or is unclear.&lt;/p&gt;
&lt;h2 id=&#34;functional-operation&#34;&gt;Functional operation&lt;/h2&gt;
&lt;p&gt;The underlying process is summarized in the following lines and schematically shown in the figure below:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;An &lt;a href=&#34;../../docs/atria/technical-components/application/&#34;&gt;&lt;em&gt;&lt;strong&gt;application&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; sends a request to &lt;em&gt;&lt;strong&gt;aura-gateway-api generative&lt;/strong&gt;&lt;/em&gt; with a correlator.&lt;/li&gt;
&lt;li&gt;Firstly, it passes through &lt;strong&gt;Kernel&lt;/strong&gt; (Telefónica Digital Ecosystem) for authentication and security purposes.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;strong&gt;aura-gateway-api&lt;/strong&gt;&lt;/em&gt; processes the received request and sends the request to the auto-generative content generator &lt;strong&gt;atria-model-gateway&lt;/strong&gt; to obtain an appropriate response.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;atria-model-gateway&lt;/strong&gt; generates the most appropriate response and sends it back to &lt;em&gt;&lt;strong&gt;aura-gateway-api&lt;/strong&gt;&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;strong&gt;aura-gateway-api&lt;/strong&gt;&lt;/em&gt; sends the response back to the service that initiated the request with the same correlator and a session identifier.&lt;/li&gt;
&lt;li&gt;An &lt;em&gt;&lt;strong&gt;application&lt;/strong&gt;&lt;/em&gt; sends a request to &lt;em&gt;&lt;strong&gt;aura-gateway-api feedback&lt;/strong&gt;&lt;/em&gt; with:
&lt;ul&gt;
&lt;li&gt;A new header correlator&lt;/li&gt;
&lt;li&gt;The &lt;code&gt;sessionId&lt;/code&gt; received in the path&lt;/li&gt;
&lt;li&gt;The field &lt;code&gt;msg_corrid&lt;/code&gt;, in the body, that indicates the correlator of the message the feedback is about.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;strong&gt;aura-gateway-api&lt;/strong&gt;&lt;/em&gt; processes the received request and communicates with &lt;em&gt;&lt;strong&gt;atria-model-gateway&lt;/strong&gt;&lt;/em&gt; to send this request.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;strong&gt;atria-model-gateway&lt;/strong&gt;&lt;/em&gt; stores the feedback.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;strong&gt;aura-gateway-api&lt;/strong&gt;&lt;/em&gt; communicates a &lt;code&gt;204&lt;/code&gt; to the application.&lt;/li&gt;
&lt;/ol&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: </title>
      <link>/docs/atria/technical-components/aura-gateway-api/api-definition/aura-feedback-api/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/atria/technical-components/aura-gateway-api/api-definition/aura-feedback-api/</guid>
      <description>
        
        
        &lt;h1 id=&#34;aura-feedback-api&#34;&gt;Aura Feedback API&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;Description of Aura Feedback API
&lt;br&gt;&lt;br&gt;
&lt;i class=&#34;fa-regular fa-file-lines fa-xl&#34; style=&#34;color: #0d5de7;&#34;&gt;&lt;/i&gt; &lt;a href=&#34;../../techFiles/apis/aura-gateway-feedback/swagger.yaml&#34;&gt;Download swagger file&lt;/a&gt;&lt;/p&gt;

&lt;/div&gt;


&lt;div id=&#34;ohpen_swagger_ui&#34;&gt;&lt;/div&gt;
&lt;script&gt;
  window.onload = function () {
    const ui = SwaggerUIBundle({
      url: &#34;/techFiles/apis/aura-gateway-feedback/swagger.yaml&#34;,
      dom_id: &#39;#ohpen_swagger_ui&#39;,
      presets: [
        SwaggerUIBundle.presets.apis,
        SwaggerUIStandalonePreset
      ]
    });
    window.ui = ui;
  };
&lt;/script&gt;


      </description>
    </item>
    
    <item>
      <title>Docs: </title>
      <link>/docs/atria/technical-operation/feedback-operational-flow/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/atria/technical-operation/feedback-operational-flow/</guid>
      <description>
        
        
        &lt;h1 id=&#34;feedback-capability-operational-workflow&#34;&gt;Feedback capability operational workflow&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;ATRIA&lt;/strong&gt;&lt;/em&gt; technical operational flow corresponding to the operation of the &lt;a href=&#34;../../docs/atria/capabilities/generative-feedback-functional-overview/&#34;&gt;&lt;strong&gt;feedback capability&lt;/strong&gt;&lt;/a&gt; that can be used for Generative AI and RAG capabilities&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;flow-diagram&#34;&gt;Flow diagram&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code class=&#34;language-plantuml&#34; data-lang=&#34;plantuml&#34;&gt;@startuml
title Feedback API diagram
participant Application
participant Kernel #1add4d
participant AuraGatewayApi #76bbe7
Note right of Application: The application has made a previous request to `aiservices/generative/prompts` on which it will give feedback. Use the correlatorId sending in the request and the session_id received in the response. View Generative API diagram
Application -&amp;gt; Kernel: Request to aiservices/{session_id}/feedback with token and msg_corrId: correlatorId
Kernel -&amp;gt; AuraGatewayApi: Request to aiservices/{session_id}/feedback with token-info header and msg_corrId: correlatorId
AuraGatewayApi -&amp;gt; AuraGatewayApi: Validate request
AuraGatewayApi -&amp;gt; AuraGatewayApi: Covert message to format atria-model-gateway
AuraGatewayApi -&amp;gt; AtriaModelGateway: Send feedback to atria-model-gateway
AtriaModelGateway -&amp;gt; AuraGatewayApi: Response feedback
AuraGatewayApi -&amp;gt; AuraGatewayApi: process atria-model-gateway response
AuraGatewayApi -&amp;gt; AuraGatewayApi: generate response
AuraGatewayApi -&amp;gt; Kernel: response 204
Kernel -&amp;gt; Application: response 204


@enduml
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;figcaption&gt;&lt;i&gt;Generative feedback sequence diagram&lt;/i&gt;&lt;/figcaption&gt;
&lt;/p&gt;
&lt;h3 id=&#34;request&#34;&gt;Request&lt;/h3&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;curl --location &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#39;https://api.environment.baikalplatform.com/aura-aiservices/v1/{session_id}/feedback&amp;#39;&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&lt;/span&gt;--header &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#39;x-correlator: &amp;lt;uuid2&amp;gt;&amp;#39;&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&lt;/span&gt;--header &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#39;Content-Type: application/json&amp;#39;&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&lt;/span&gt;--header &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#39;Accept: application/json&amp;#39;&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&lt;/span&gt;--header &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#39;Authorization: Bearer {token}&amp;#39;&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&lt;/span&gt;--data &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#39;{
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;  &amp;#34;application&amp;#34;: {    
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;    &amp;#34;name&amp;#34;: &amp;#34;app-name&amp;#34;,    
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;  },
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;  &amp;#34;value&amp;#34;: true,  
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;  &amp;#34;msg_corrId&amp;#34;: &amp;#34;{previous-x-correlator}&amp;#34;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;}&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Docs: </title>
      <link>/docs/atria/technical-components/aura-gateway-api/components/plugins/aura-feedback-api-plugin/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/atria/technical-components/aura-gateway-api/components/plugins/aura-feedback-api-plugin/</guid>
      <description>
        
        
        &lt;h1 id=&#34;aura-feedback-api-plugin&#34;&gt;aura-feedback-api plugin&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;Description of the &lt;em&gt;&lt;strong&gt;aura-feedback-api&lt;/strong&gt;&lt;/em&gt; plugin&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;The &lt;em&gt;&lt;strong&gt;aura-feedback-api&lt;/strong&gt;&lt;/em&gt; plugin manages the communication with &lt;em&gt;&lt;strong&gt;atria-model-gateway&lt;/strong&gt;&lt;/em&gt; to provide feedback about the Generative and RAG services behavior.&lt;/p&gt;
&lt;h2 id=&#34;consumes-components-ioc&#34;&gt;Consumes components (IOC)&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left&#34;&gt;Name&lt;/th&gt;
&lt;th style=&#34;text-align:left&#34;&gt;Type&lt;/th&gt;
&lt;th style=&#34;text-align:left&#34;&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;configurationManager&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;PluginType.Service&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;Configuration manager&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;applicationConfiguration&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;PluginType.Service&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;Configuration of applications&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;provides-components-ioc&#34;&gt;Provides components (IOC)&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left&#34;&gt;Name&lt;/th&gt;
&lt;th style=&#34;text-align:left&#34;&gt;Type&lt;/th&gt;
&lt;th style=&#34;text-align:left&#34;&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;feedbackApi&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;PluginType.API&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;Endpoints for the communication with feedback endpoint&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
  </channel>
</rss>
