FileSearchToolCallResults 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 FileSearchToolCallResults.
public class FileSearchToolCallResults : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.FileSearchToolCallResults>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.FileSearchToolCallResults>
type FileSearchToolCallResults = class
interface IJsonModel<FileSearchToolCallResults>
interface IPersistableModel<FileSearchToolCallResults>
Public Class FileSearchToolCallResults
Implements IJsonModel(Of FileSearchToolCallResults), IPersistableModel(Of FileSearchToolCallResults)
- Inheritance
-
FileSearchToolCallResults
- Implements
Constructors
| Name | Description |
|---|---|
| FileSearchToolCallResults() |
Initializes a new instance of FileSearchToolCallResults. |
Properties
| Name | Description |
|---|---|
| Attributes |
Gets or sets the Attributes. |
| FileId |
Gets or sets the FileId. |
| Filename |
Gets or sets the Filename. |
| Score |
Gets or sets the Score. |
| Text |
Gets or sets the Text. |