Definition
Assembly: CloudNimble.ClaudeEssentials.dll Namespace: CloudNimble.ClaudeEssentials.Hooks.Outputs Inheritance: System.ObjectSyntax
Summary
Base class containing common fields for all hook outputs. Hook outputs are written to stdout as JSON when the hook exits with code 0.Constructors
.ctor Inherited
Inherited from
objectSyntax
Properties
Continue
Gets or sets a value indicating whether to continue with the operation. When set to false, the operation will be stopped. Defaults to true.Syntax
Property Value
Type:bool
Remarks
This property is always serialized to ensure explicit intent is communicated.StopReason
Gets or sets the reason message shown when HookOutputBase.Continue is false. This message is displayed to the user when the operation is stopped.Syntax
Property Value
Type:string?
SuppressOutput
Gets or sets a value indicating whether to suppress output from the transcript. When true, the hook’s output will not appear in the conversation transcript. Defaults to false.Syntax
Property Value
Type:bool
SystemMessage
Gets or sets an optional warning message to include in the system context. This message is shown to Claude as additional context.Syntax
Property Value
Type:string?
Methods
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?