<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Aura – </title>
    <link>/docs/components/global-use-cases/ai-use-cases/tv-triage-llm/</link>
    <description>Recent content on Aura</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    
	  <atom:link href="/docs/components/global-use-cases/ai-use-cases/tv-triage-llm/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Docs: </title>
      <link>/docs/components/global-use-cases/ai-use-cases/tv-triage-llm/ai-config-obs/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/components/global-use-cases/ai-use-cases/tv-triage-llm/ai-config-obs/</guid>
      <description>
        
        
        &lt;h1 id=&#34;ai-configuration-by-ob&#34;&gt;AI configuration by OB&lt;/h1&gt;
&lt;p&gt;The following information applies to both &lt;strong&gt;Spain&lt;/strong&gt; and &lt;strong&gt;Brazil&lt;/strong&gt;; there will not be separate blocks for each OB.&lt;/p&gt;
&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;LLMs UCs are configured and located within the &lt;code&gt;aura-config-provision&lt;/code&gt; repository. See the &lt;a href=&#34;https://github.com/Telefonica/aura-config-provision/blob/master/%5Bob%5D/presets/gvp-triage-preset.json&#34;&gt;TV LLM Triage Preset&lt;/a&gt; (notice that in the url, the field [ob] needs to be replaced by [es] or [br])
LLM use cases have been designed to provide a fallback mechanism for user requests that currently return a &amp;lsquo;None&amp;rsquo; intent or zero results, offering a second chance for classification and response generation.&lt;/p&gt;
&lt;h3 id=&#34;intents&#34;&gt;Intents&lt;/h3&gt;
&lt;p&gt;This UC can classify the user&amp;rsquo;s query into three different intents:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;intent.tv.retrieve&lt;/code&gt;: This intent will be returned when the user is searching for either generic or specific TV content or when the user seeks TV content recommendations and explicitly refers to TV content entities. Examples: &amp;ldquo;Muestra películas dirigidas por Quentin Tarantino&amp;rdquo;, &amp;ldquo;¿Qué documentales me recomiendas?&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;intent.conversational.search&lt;/code&gt;: This intent will be returned for user queries involving generic searches or advanced suggestions that do not explicitly reference TV content entities. Examples: &amp;ldquo;Recomendaciones avanzadas&amp;rdquo;, &amp;ldquo;Quiero ver algo en la tele&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;intent.none&lt;/code&gt;: This intent will be returned for any request that is not covered by the two use cases outlined above. Examples: &amp;ldquo;Cambia a Telecinco&amp;rdquo;, &amp;ldquo;Avanza 5 minutos&amp;rdquo;, &amp;ldquo;Pon una alarma&amp;rdquo;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;llm-output-format&#34;&gt;LLM output format&lt;/h3&gt;
&lt;p&gt;Examples:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;strong&gt;Input&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;Output&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&amp;ldquo;Recomendador avanzado&amp;rdquo;&lt;/td&gt;
&lt;td&gt;&lt;code&gt;{&amp;quot;intent&amp;quot;: &amp;quot;intent.conversational.search&amp;quot;}&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;ldquo;Pon películas de Netflix de Almodovar y Tarantino&amp;rdquo;&lt;/td&gt;
&lt;td&gt;&lt;code&gt;{&amp;quot;intent&amp;quot;: &amp;quot;intent.tv.retrieve&amp;quot;}&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;ldquo;Patatas fritas&amp;rdquo;&lt;/td&gt;
&lt;td&gt;&lt;code&gt;{&amp;quot;intent&amp;quot;: &amp;quot;intent.none&amp;quot;}&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

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