Skip to content

Interface: RegisterSourceResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Sources / RegisterSourceResponse

Interface: RegisterSourceResponse

Defined in: src/types/sources.ts:120

Response from source registration.

Properties

message

message: string

Defined in: src/types/sources.ts:128

Status message.


sourceId

sourceId: string

Defined in: src/types/sources.ts:124

The registered source ID.


sourceType

sourceType: string

Defined in: src/types/sources.ts:126

Source type.


success

success: boolean

Defined in: src/types/sources.ts:122

Whether registration was successful.