KnowledgeBaseStreamErrorEvent interface

Emitted in place of response.completed if retrieval fails after the stream starts.

Properties

activity

Activity records that completed before the retrieval failed.

error

The error detail explaining why the retrieval stream failed.

Property Details

activity

Activity records that completed before the retrieval failed.

activity?: KnowledgeBaseActivityRecordUnion[]

Property Value

error

The error detail explaining why the retrieval stream failed.

error: KnowledgeBaseErrorDetail

Property Value