Skip to content

Documentation / @agentick/core / RecordedInput

Interface: RecordedInput ​

Defined in: core/src/app/types.ts:1396

Input recorded for session replay.

Properties ​

message ​

message: Message

Defined in: core/src/app/types.ts:1402

The message


source ​

source: "send" | "initial" | "queued"

Defined in: core/src/app/types.ts:1404

How the message was added


tick ​

tick: number

Defined in: core/src/app/types.ts:1398

Which tick received this input


timestamp ​

timestamp: string

Defined in: core/src/app/types.ts:1400

When the input was received

Released under the ISC License.