diff mrjunejune/inference_bridge.h @ 280:49e9e591c9bb

Add persistent dictation, prewarmed WebRTC speech input, Copilot SDK routing, animated conversation lifecycle controls, parking, and architecture coverage.
author MrJuneJune <me@mrjunejune.com>
date Tue, 18 Aug 2026 19:14:53 -0700
parents 056790c4fb0d
children
line wrap: on
line diff
--- a/mrjunejune/inference_bridge.h	Mon Aug 17 22:22:36 2026 -0700
+++ b/mrjunejune/inference_bridge.h	Tue Aug 18 19:14:53 2026 -0700
@@ -17,6 +17,7 @@
   INFERENCE_PROMPT_PROFILE_PUBLIC_VISITOR = 0,
   INFERENCE_PROMPT_PROFILE_INVITED_FRIEND = 1,
   INFERENCE_PROMPT_PROFILE_JUNE_ADMIN = 2,
+  INFERENCE_PROMPT_PROFILE_CANVAS_ORCHESTRATOR = 3,
 } Inference_Prompt_Profile;
 
 typedef struct {
@@ -68,6 +69,15 @@
     const Inference_Bridge_History_Message *p_history,
     uint32 history_count);
 
+boolean Inference_Bridge_Warm_Conversation(
+    Inference_Bridge *p_bridge,
+    const char *request_id,
+    const char *conversation_id,
+    Inference_Prompt_Profile prompt_profile,
+    uint32 prompt_version,
+    uint32 knowledge_version,
+    boolean resume_existing);
+
 boolean Inference_Bridge_Abort_Turn(
     Inference_Bridge *p_bridge,
     const char *request_id,