Table of Contents

Class AnthropicFunction

Namespace
AnthropicClient.Models
Assembly
AnthropicClient.dll

Represents a function that can be provided as a tool.

public class AnthropicFunction
Inheritance
AnthropicFunction
Inherited Members

Properties

Instance

Gets the instance on which the method is invoked.

public object? Instance { get; }

Property Value

object

Method

Gets the method of the function.

public MethodInfo Method { get; }

Property Value

MethodInfo