dedup-openai
01Skill Claude CodeCodex ✓ vendor
Suppress generated Java classes that duplicate openai-java models, using @@alternateType in TypeSpec and manual serialization bridges. Use after dup-classes has identified actionable duplicates.
26 tagged azure-services, measured the same way as everything else here.
Browse within: azure 26azure-resources 26azure-sdk 26media 26
Skill Claude CodeCodex ✓ vendor
Suppress generated Java classes that duplicate openai-java models, using @@alternateType in TypeSpec and manual serialization bridges. Use after dup-classes has identified actionable duplicates.
Skill Claude CodeCodex ✓ vendor
Override TypeSpec types with Java-native types (e.g. OffsetDateTime, DayOfWeek) using @@alternateType in a client.java.tsp file. Use when a TypeSpec model field has an incorrect or too-generic type that should map to a specific Java type.
Skill Claude CodeCodex ✓ vendor
Run a specific sample for the Azure AI Content Understanding Java SDK. Use when users want to run a particular sample like Sample02AnalyzeUrl or Sample03AnalyzeInvoice.