Class ToolUseContent
public class ToolUseContent : ContentBlock
- Inheritance
-
object
ToolUseContent
Properties
Id
public string Id { get; set; }
Property Value
- string
Input
public string Input { get; set; }
Property Value
- string
Name
public string Name { get; set; }
Property Value
- string
Type
public override ContentType Type { get; }
Property Value
- ContentType
Methods
FromFunctionCall(FunctionCall)
public static ToolUseContent FromFunctionCall(FunctionCall functionCall)
Parameters
functionCall FunctionCall
Returns
- ToolUseContent
ToFunctionCall()
public FunctionCall ToFunctionCall()
Returns
- FunctionCall