ResponsesToolSearchToolParam 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.
Tool search tool.
public class ResponsesToolSearchToolParam : Azure.AI.Extensions.OpenAI.ResponsesTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.ResponsesToolSearchToolParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.ResponsesToolSearchToolParam>
type ResponsesToolSearchToolParam = class
inherit ResponsesTool
interface IJsonModel<ResponsesToolSearchToolParam>
interface IPersistableModel<ResponsesToolSearchToolParam>
Public Class ResponsesToolSearchToolParam
Inherits ResponsesTool
Implements IJsonModel(Of ResponsesToolSearchToolParam), IPersistableModel(Of ResponsesToolSearchToolParam)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ResponsesToolSearchToolParam() |
Initializes a new instance of ResponsesToolSearchToolParam. |
Properties
| Name | Description |
|---|---|
| Description |
Gets or sets the Description. |
| Execution |
Whether tool search is executed by the server or by the client. |
| Parameters |
Gets or sets the Parameters. |