Class ToolUseContent
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents tool use content that is part of a message.
public class ToolUseContent : Content
- Inheritance
-
ToolUseContent
- Inherited Members
Constructors
ToolUseContent()
Initializes a new instance of the ToolUseContent class.
public ToolUseContent()
Properties
Id
Gets the ID of the tool use.
public string Id { get; init; }
Property Value
Input
Gets the input of the tool.
public Dictionary<string, object?> Input { get; init; }
Property Value
Name
Gets the name of the tool.
public string Name { get; init; }