Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion specification/ai/Azure.AI.Projects/red-teams/models.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ union RiskCategory {
Sexual: "Sexual",

@doc("Represents content related to self-harm.")
SelfHarm: "SelfHarm"
SelfHarm: "SelfHarm",
}

@doc("Azure OpenAI model configuration. The API version would be selected by the service for querying the model.")
Expand Down
15 changes: 14 additions & 1 deletion specification/ai/Azure.AI.Projects/tspconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,21 @@ options:
generateTest: true
generateMetadata: false
packageDetails:
name: "@azure/ai-projects-1dp"
name: "@azure/ai-projects-1dp"
flavor: azure
"@azure-tools/typespec-java":
package-dir: "azure-ai-projects"
namespace: com.azure.ai.projects
partial-update: true
customization-class: customization/src/main/java/ProjectsCustomizations.java
enable-sync-stack: true
generate-tests: false
flavor: azure
"@azure-tools/typespec-go":
service-dir: "sdk/ai/projects"
package-dir: "azaiprojects"
generate-fakes: true
inject-spans: true
linter:
extends:
- "@azure-tools/typespec-azure-rulesets/data-plane"
Expand Down
Loading