79809282

Date: 2025-11-04 18:46:12
Score: 0.5
Natty:
Report link
 var outputConfig = new KnowledgeAgentOutputConfiguration
 {
     Modality = KnowledgeAgentOutputConfigurationModality.AnswerSynthesis,
     IncludeActivity = true
 };

  var agent = new KnowledgeAgent(
      name: "agent",
      models: new[] { agentModel },
      knowledgeSources: new[] { knowledgeSourceReference }
  )
  {
      OutputConfiguration = outputConfig
  }; 

Based on the code I was able to see LLM-generated response

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: roczstar