Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt

Use this file to discover all available pages before exploring further.


Type Alias: SessionCreateResponse

type SessionCreateResponse = object;
Defined in: src/types/new-api.types.ts SessionCreateResponse

Properties

externalId?

optional externalId: string | null;
Defined in: src/types/new-api.types.ts External Id External id of the session.

id

id: string;
Defined in: src/types/new-api.types.ts Id Session id associated with the session.

name

name: string | null;
Defined in: src/types/new-api.types.ts Name Name of the session.

previousSessionId?

optional previousSessionId: string | null;
Defined in: src/types/new-api.types.ts Previous Session Id Id of the previous session.

projectId

projectId: string;
Defined in: src/types/new-api.types.ts Project Id Project id associated with the session.

projectName

projectName: string;
Defined in: src/types/new-api.types.ts Project Name Project name associated with the session.