@railtownai/railtracks-visualizer 0.0.40 → 0.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,6 +2,8 @@ import { AgentRun } from "./AgentRun";
|
|
|
2
2
|
export type AgentSession = {
|
|
3
3
|
/** Unique identifier for the agent session */
|
|
4
4
|
session_id: string;
|
|
5
|
+
/** Backwards compatibility with older sessions. Name of the agent session */
|
|
6
|
+
session_name?: string;
|
|
5
7
|
/** Name of the agent session */
|
|
6
8
|
name: string;
|
|
7
9
|
/** Start time of the agent session (unix timestamp) */
|