Skip to content

Documentation / @agentick/client / SessionResultHandler

Type Alias: SessionResultHandler() ​

SessionResultHandler = (result) => void

Defined in: client/src/types.ts:153

Handler for execution results.

Parameters ​

result ​

SessionResultPayload

Returns ​

void

Released under the ISC License.