aisbreaker-api-js - v0.1.15 / api/models/ResponseEvent / ResponseEvent
Interface: ResponseEvent
api/models/ResponseEvent.ResponseEvent
Response received from the AI service. Can also be a partial response in the case of streaming/HTTP Server Side Events.
Table of contents
Properties
Properties
internResponse
• Optional
internResponse: any
Service implementation specific reponse values.
Try to avoid using them because they are NOT portable!!!
Defined in
aisbreaker-js/packages/aisbreaker-api-js/src/api/models/ResponseEvent.ts:18
outputs
• outputs: Output
[]
List of messages (prompts, media, ...) received from the AI service in the context of the provided conversation_state
.
Defined in
aisbreaker-js/packages/aisbreaker-api-js/src/api/models/ResponseEvent.ts:11