Class ServerToolUseBlock
Inheritance
ServerToolUseBlock
Assembly: Glitch9.AIDevKit.Provider.Anthropic.dll
public class ServerToolUseBlock : 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
Extension Methods