ExtensionsOpenAIModelFactory.ContainerSkill(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ContainerSkill. Please note this is the abstract base class. The derived classes available for instantiation are: ResponsesSkillReferenceParam and ResponsesInlineSkillParam.
public static Azure.AI.Extensions.OpenAI.ContainerSkill ContainerSkill(string type = default);
static member ContainerSkill : string -> Azure.AI.Extensions.OpenAI.ContainerSkill
Public Shared Function ContainerSkill (Optional type As String = Nothing) As ContainerSkill
Parameters
- type
- String
Returns
A new ContainerSkill instance for mocking.