FunctionAndCustomToolCallOutputInputFileContent 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.
Input file.
public class FunctionAndCustomToolCallOutputInputFileContent : Azure.AI.AgentServer.Responses.Models.FunctionAndCustomToolCallOutput, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.FunctionAndCustomToolCallOutputInputFileContent>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.FunctionAndCustomToolCallOutputInputFileContent>
type FunctionAndCustomToolCallOutputInputFileContent = class
inherit FunctionAndCustomToolCallOutput
interface IJsonModel<FunctionAndCustomToolCallOutputInputFileContent>
interface IPersistableModel<FunctionAndCustomToolCallOutputInputFileContent>
Public Class FunctionAndCustomToolCallOutputInputFileContent
Inherits FunctionAndCustomToolCallOutput
Implements IJsonModel(Of FunctionAndCustomToolCallOutputInputFileContent), IPersistableModel(Of FunctionAndCustomToolCallOutputInputFileContent)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| FunctionAndCustomToolCallOutputInputFileContent() |
Initializes a new instance of FunctionAndCustomToolCallOutputInputFileContent. |
Properties
| Name | Description |
|---|---|
| FileData |
The content of the file to be sent to the model. |
| FileId |
Gets or sets the FileId. |
| Filename |
The name of the file to be sent to the model. |
| FileUrl |
The URL of the file to be sent to the model. |