ResponsesContainerAutoParam Class
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 ResponsesContainerAutoParam.
public class ResponsesContainerAutoParam : Azure.AI.Extensions.OpenAI.ResponsesFunctionShellToolParamEnvironment, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.ResponsesContainerAutoParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.ResponsesContainerAutoParam>
type ResponsesContainerAutoParam = class
inherit ResponsesFunctionShellToolParamEnvironment
interface IJsonModel<ResponsesContainerAutoParam>
interface IPersistableModel<ResponsesContainerAutoParam>
Public Class ResponsesContainerAutoParam
Inherits ResponsesFunctionShellToolParamEnvironment
Implements IJsonModel(Of ResponsesContainerAutoParam), IPersistableModel(Of ResponsesContainerAutoParam)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ResponsesContainerAutoParam() |
Initializes a new instance of ResponsesContainerAutoParam. |
Properties
| Name | Description |
|---|---|
| FileIds |
An optional list of uploaded files to make available to your code. |
| MemoryLimit |
Gets or sets the MemoryLimit. |
| NetworkPolicy |
Gets or sets the NetworkPolicy. |
| Skills |
An optional list of skills referenced by id or inline data. |