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

<https://anchorfact.org/kb/ai/rag-context-window-packing-and-token-budgets>
  a schema:TechArticle ;
  schema:headline "RAG Context Window Packing and Token Budgets" ;
  schema:url <https://anchorfact.org/ai/rag-context-window-packing-and-token-budgets/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/rag-context-window-packing-and-token-budgets>
  schema:citation <https://platform.claude.com/docs/en/build-with-claude/token-counting> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/rag-context-window-packing-and-token-budgets>
  schema:citation <https://ai.google.dev/gemini-api/docs/tokens> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/rag-context-window-packing-and-token-budgets>
  schema:citation <https://reference.langchain.com/v0.3/python/core/messages/langchain_core.messages.utils.trim_messages.html> ;
  af:sourceTier "B" .