ExtensionsOpenAIModelFactory.ResponsesAutoCodeInterpreterToolParam 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.
Automatic Code Interpreter Tool Parameters.
public static Azure.AI.Extensions.OpenAI.ResponsesAutoCodeInterpreterToolParam ResponsesAutoCodeInterpreterToolParam(System.Collections.Generic.IEnumerable<string> fileIds = default, Azure.AI.Extensions.OpenAI.ResponsesContainerMemoryLimit? memoryLimit = default, Azure.AI.Extensions.OpenAI.ResponsesContainerNetworkPolicyParam networkPolicy = default);
static member ResponsesAutoCodeInterpreterToolParam : seq<string> * Nullable<Azure.AI.Extensions.OpenAI.ResponsesContainerMemoryLimit> * Azure.AI.Extensions.OpenAI.ResponsesContainerNetworkPolicyParam -> Azure.AI.Extensions.OpenAI.ResponsesAutoCodeInterpreterToolParam
Public Shared Function ResponsesAutoCodeInterpreterToolParam (Optional fileIds As IEnumerable(Of String) = Nothing, Optional memoryLimit As Nullable(Of ResponsesContainerMemoryLimit) = Nothing, Optional networkPolicy As ResponsesContainerNetworkPolicyParam = Nothing) As ResponsesAutoCodeInterpreterToolParam
Parameters
- fileIds
- IEnumerable<String>
An optional list of uploaded files to make available to your code.
- memoryLimit
- Nullable<ResponsesContainerMemoryLimit>
- networkPolicy
- ResponsesContainerNetworkPolicyParam
Returns
A new ResponsesAutoCodeInterpreterToolParam instance for mocking.