Variable SkipResponsePhaseConst
SkipResponsePhase: {
analysis_complete: "analysis_complete";
chat_with_a_record_complete: "chat_with_a_record_complete";
clarifying_question: "clarifying_question";
data_request: "data_request";
status_update: "status_update";
} = ...
Type declaration
Readonly analysis_complete: "analysis_complete"
Readonly chat_with_a_record_complete: "chat_with_a_record_complete"
Readonly clarifying_question: "clarifying_question"
Readonly data_request: "data_request"
Readonly status_update: "status_update"
Describes the different response phases that are used by the Skip API Server to respond back to the caller (usually the MJAPI server but can be anyone) The response phase indicates if the Skip API server is asking for additional data, a clarifying question, or if the analysis is complete and the information has been provided