Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic::GitResetTool Class Reference

Tool: git reset HEAD [files]. More...

Inheritance diagram for entropic::GitResetTool:
Collaboration diagram for entropic::GitResetTool:

Public Member Functions

 GitResetTool (ToolDefinition def, GitServer &server)
 Construct with definition and server ref.
 
ServerResponse execute (const std::string &args_json) override
 Unstage files.
 
- Public Member Functions inherited from entropic::ToolBase
 ToolBase (ToolDefinition def)
 Construct with a pre-built definition.
 
const std::string & name () const
 Get the tool name.
 
const ToolDefinitiondefinition () const
 Get the full tool definition.
 
virtual std::string anchor_key (const std::string &args_json) const
 Generate anchor key for this tool result.
 
virtual MCPAccessLevel required_access_level () const
 Minimum access level required to execute this tool.
 

Additional Inherited Members

- Protected Attributes inherited from entropic::ToolBase
ToolDefinition definition_
 Tool definition.
 

Detailed Description

Tool: git reset HEAD [files].

Definition at line 405 of file git.cpp.

Constructor & Destructor Documentation

◆ GitResetTool()

entropic::GitResetTool::GitResetTool ( ToolDefinition  def,
GitServer server 
)
inline

Construct with definition and server ref.

Parameters
defTool definition.
serverOwning GitServer.

Definition at line 414 of file git.cpp.

Member Function Documentation

◆ execute()

ServerResponse entropic::GitResetTool::execute ( const std::string &  args_json)
inlineoverridevirtual

Unstage files.

Parameters
args_jsonJSON with optional "files".
Returns
ServerResponse with reset output.

Implements entropic::ToolBase.

Definition at line 424 of file git.cpp.


The documentation for this class was generated from the following file: