NamespaceToolParam 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.
Namespace.
public class NamespaceToolParam : Azure.AI.AgentServer.Responses.Models.Tool, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.NamespaceToolParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.NamespaceToolParam>
type NamespaceToolParam = class
inherit Tool
interface IJsonModel<NamespaceToolParam>
interface IPersistableModel<NamespaceToolParam>
Public Class NamespaceToolParam
Inherits Tool
Implements IJsonModel(Of NamespaceToolParam), IPersistableModel(Of NamespaceToolParam)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| NamespaceToolParam(String, String, IEnumerable<BinaryData>) |
Initializes a new instance of NamespaceToolParam. |
Properties
| Name | Description |
|---|---|
| Description |
A description of the namespace shown to the model. |
| Name |
The namespace name used in tool calls (for example, |
| Tools |
The function/custom tools available inside this namespace. To assign an object to the element of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). <remarks> Supported types: </remarks>Examples:
|