@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/game-development/ai-dialogue-prompts>
  a schema:TechArticle ;
  schema:headline "AI Dialogue Prompting for Game NPCs" ;
  schema:url <https://anchorfact.org/game-development/ai-dialogue-prompts/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/game-development/ai-dialogue-prompts>
  schema:citation <https://platform.claude.com/docs/en/build-with-claude/prompt-engineering/use-xml-tags> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/ai-dialogue-prompts>
  schema:citation <https://help.openai.com/en/articles/8555517-function-calling-in-the-openai-api> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/ai-dialogue-prompts>
  schema:citation <https://platform.openai.com/docs/guides/moderation/> ;
  af:sourceTier "B" .