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
Method
Gets the method of the function.
public MethodInfo Method { get; }