Class InvokeToolCommandSettings
Invokes a registered tool.
public sealed class InvokeToolCommandSettings : ICommand
- Inheritance
-
InvokeToolCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
FrameId
Frame in which to invoke the tool.
[JsonPropertyName("frameId")]
public string FrameId { get; set; }
Property Value
Input
Input parameters for the tool, matching the tool's inputSchema.
[JsonPropertyName("input")]
public object Input { get; set; }
Property Value
ToolName
Name of the tool to invoke.
[JsonPropertyName("toolName")]
public string ToolName { get; set; }