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
23 changes: 0 additions & 23 deletions specification/ai/Azure.AI.Projects/common/models.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import "@azure-tools/typespec-azure-core";
import "@azure-tools/typespec-azure-resource-manager";

namespace Azure.AI.Projects;
using TypeSpec.Versioning;

alias AssetBase = {
@doc("Asset ID, a unique identifier for the asset")
Expand Down Expand Up @@ -116,25 +115,3 @@ model AssetCredentialResponse {
@doc("Credential info to access the storage account.")
blobReference: BlobReference;
}

@doc("Azure OpenAI model configuration. The API version would be selected by the service for querying the model.")
@added(Versions.v2025_05_15_preview)
model AzureOpenAIModelConfiguration extends TargetConfig {
@visibility(Lifecycle.Read)
type: "AzureOpenAIModel";

@doc("Deployment name for AOAI model. Example: gpt-4o if in AIServices or connection based `connection_name/deployment_name` (e.g. `my-aoai-connection/gpt-4o`).")
modelDeploymentName: string;

@doc("Optional model-specific parameters to fine-tune behavior during evaluation. These may include temperature, max tokens, top-p, frequency penalty, and other model configuration options supported by the deployment.")
@added(Versions.v2025_07_31_preview)
modelParameters?: Record<unknown>;
}

@doc("Abstract class for target configuration.")
@added(Versions.v2025_05_15_preview)
@discriminator("type")
model TargetConfig {
@doc("Type of the model configuration.")
type: string;
}
139 changes: 0 additions & 139 deletions specification/ai/Azure.AI.Projects/evaluations/chat_messages.tsp

This file was deleted.

Loading
Loading