ExtensionsOpenAIModelFactory.ResponsesInlineSkillSourceParam(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.
Inline skill payload.
public static Azure.AI.Extensions.OpenAI.ResponsesInlineSkillSourceParam ResponsesInlineSkillSourceParam(string data = default);
static member ResponsesInlineSkillSourceParam : string -> Azure.AI.Extensions.OpenAI.ResponsesInlineSkillSourceParam
Public Shared Function ResponsesInlineSkillSourceParam (Optional data As String = Nothing) As ResponsesInlineSkillSourceParam
Parameters
- data
- String
Base64-encoded skill zip bundle.
Returns
A new ResponsesInlineSkillSourceParam instance for mocking.