<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>AI Knowledge Assistant</title><link>https://community.appian.com/discussions/f/rules/38845/ai-knowledge-assistant</link><description>I am using AIKnowledgeAssistantField() smart service And here I want the history of the queries asked and the response got from the AI Assestant We have a field to capture the history i.e &amp;quot;conversationValue&amp;quot; But how to we use if is not properly mentioned</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: AI Knowledge Assistant</title><link>https://community.appian.com/thread/150109?ContentTypeID=1</link><pubDate>Sun, 20 Jul 2025 18:20:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e9d57a9c-2b7c-4053-984e-fd95ef1e7c39</guid><dc:creator>kapilsharma</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/aishwaryap1942"&gt;aishwaryap1942&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have attached a link of the document for your reference to see the actual documentation from Appian.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;a href="/cfs-file/__key/communityserver-discussions-components-files/15/3858.Documentation-_2800_5_2900_.pdf"&gt;AI Knowledge Assistant Component for Appian&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s the same code on how you can implement the conversationValue parameter.&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;{
  role: &amp;quot;system/assistant/user&amp;quot;,
  content: &amp;quot;The message content&amp;quot;,
  metadata: (List of Dictionary) [
    {
      documentId: integer,
      documentName: text,
      pageNumber: integer,
      text: text,
      similarityScore: decimal
    }
  ]
}
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>