Skip to content

azure-ai-contentunderstanding_1.2.0b3

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 11 Aug 03:12
ea0eba5

1.2.0b3 (2026-08-11)

Features Added

Other Changes

  • Renamed the optional to_llm_input caller dictionary from metadata to custom_metadata; it is emitted under a nested customMetadata: front-matter block.
  • Added advanced samples for field grounding sources and long-running operation (LRO) continuation-token rehydration, with async counterparts.
  • Updated README, samples, env templates, and Copilot skills to recommend gpt-5.2 and text-embedding-3-large, including prebuilt analyzer deployment aliases and a model retirement schedule note.
  • Added experimental GitHub Copilot skills under .github/skills/ for user feedback on iterative custom-analyzer authoring in VS Code:
    • cu-sdk-author-analyzer — author and refine a custom document analyzer for a single document type (layout extraction → schema drafting → validation → batch test → agent review → refine cycle).
    • cu-sdk-author-analyzer-classify-route — author and refine a classify-and-route pipeline for mixed-document packets (e.g. invoice + bank statement + loan application in one PDF), with per-category review of both the outer classifier descriptions and each inner schema's field descriptions.