Add a feature flags message to reduce bandwidth

This commit is contained in:
Jacob Segal
2025-07-08 00:23:10 -07:00
committed by bymyself
parent 892611be5f
commit 20aae133ec

View File

@@ -16,8 +16,8 @@ import type {
HistoryTaskItem,
LogsRawResponse,
LogsWsMessage,
NodeProgressState,
PendingTaskItem,
ProgressStateWsMessage,
ProgressTextWsMessage,
ProgressWsMessage,
PromptResponse,
@@ -116,7 +116,7 @@ interface BackendApiCalls {
promptId: string
}
progress_text: ProgressTextWsMessage
progress_state: ProgressStateWsMessage
progress_state: NodeProgressState
display_component: DisplayComponentWsMessage
feature_flags: FeatureFlagsWsMessage
}