Share via


HostedWebSearchTool Class

Definition

Represents a hosted tool that can be specified to an AI service to enable it to perform web searches.

public ref class HostedWebSearchTool : Microsoft::Extensions::AI::AITool
public class HostedWebSearchTool : Microsoft.Extensions.AI.AITool
type HostedWebSearchTool = class
    inherit AITool
Public Class HostedWebSearchTool
Inherits AITool
Inheritance
HostedWebSearchTool

Remarks

This tool does not itself implement web searches. It is a marker that can be used to inform a service that the service is allowed to perform web searches if the service is capable of doing so.

Constructors

HostedWebSearchTool()

Initializes a new instance of the HostedWebSearchTool class.

Properties

AdditionalProperties

Gets any additional properties associated with the tool.

(Inherited from AITool)
Description

Gets a description of the tool, suitable for use in describing the purpose to a model.

(Inherited from AITool)
Name

Gets the name of the tool.

(Inherited from AITool)

Methods

ToString()

Returns a string that represents the current object.

(Inherited from AITool)

Applies to