Class ToolUseBlock
Assembly: Glitch9.AIDevKit.Provider.Anthropic.dll
public class ToolUseBlock : ContentBlock
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("input")]
public string Input { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("type")]
public override ContentType Type { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
Declaration
public static ToolUseBlock FromFunctionCall(FunctionCall functionCall)
Parameters
Returns
|
Edit this page
View Source
Declaration
public FunctionCall ToFunctionCall()
Returns
Extension Methods