Skip to main content

after_agent

Method
This is a method of the HookRunner class in the hooks module.
Run after-agent hooks

Signature

def after_agent(
        &self,
        session_id: &str,
        agent_name: &str,
        response: &str,
    ) -> Result<HookResult>

Parameters

session_id
&str
required
No description available.
agent_name
&str
required
No description available.
response
&str
required
No description available.

Returns

Returns
Result<HookResult>
The result of the operation.