Skip to content

Commit

Permalink
Add missing public access of ModelType
Browse files Browse the repository at this point in the history
  • Loading branch information
dargilco committed Jun 10, 2024
1 parent 1e69395 commit ac08a31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specification/ai/ModelClient/client.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ namespace Customizations; // The actual name here doesn't matter and is here for
@@access(ModelClient.FunctionCall, Access.public);
@@access(ModelClient.FunctionDefinition, Access.public);
@@access(ModelClient.ModelInfo, Access.public);
@@access(ModelClient.ModelType, Access.public);
@@access(ModelClient.StreamingChatChoiceUpdate, Access.public, "python");
@@access(ModelClient.StreamingChatCompletionsUpdate, Access.public, "python");
@@access(ModelClient.ChatMessageContentItem, Access.public);
Expand Down

0 comments on commit ac08a31

Please sign in to comment.