mirror of
https://github.com/iamlukethedev/Claw3D.git
synced 2026-08-14 09:02:38 +00:00
Fix office state mapping settings props
Co-authored-by: Luke The Dev <iamlukethedev@users.noreply.github.com>
This commit is contained in:
co-authored by
Luke The Dev
parent
0def2d2e8a
commit
27b49be29a
@@ -49,6 +49,7 @@ import { buildMockTextMessageScenario } from "@/lib/office/text/mock";
|
||||
import type { MockTextMessageScenario } from "@/lib/office/text/types";
|
||||
import type { OfficeDeskMonitor } from "@/lib/office/deskMonitor";
|
||||
import type { OfficeAnimationState } from "@/lib/office/eventTriggers";
|
||||
import { DEFAULT_OFFICE_AGENT_STATE_MAPPING } from "@/lib/office/agentStateMapping";
|
||||
import type { StandupMeeting } from "@/lib/office/standup/types";
|
||||
import type { SkillStatusEntry } from "@/lib/skills/types";
|
||||
import type { StudioGatewayAdapterType } from "@/lib/studio/settings";
|
||||
@@ -2344,6 +2345,7 @@ export function RetroOffice3D({
|
||||
remoteOfficeStatusText = "Remote office disabled.",
|
||||
remoteLayoutSnapshot = null,
|
||||
remoteOfficeTokenConfigured = false,
|
||||
agentStateMapping = DEFAULT_OFFICE_AGENT_STATE_MAPPING,
|
||||
voiceRepliesEnabled = false,
|
||||
voiceRepliesVoiceId = null,
|
||||
voiceRepliesSpeed = 1,
|
||||
@@ -2355,6 +2357,7 @@ export function RetroOffice3D({
|
||||
onRemoteOfficePresenceUrlChange,
|
||||
onRemoteOfficeGatewayUrlChange,
|
||||
onRemoteOfficeTokenChange,
|
||||
onAgentStateMappingChange,
|
||||
onVoiceRepliesToggle,
|
||||
onVoiceRepliesVoiceChange,
|
||||
onVoiceRepliesSpeedChange,
|
||||
|
||||
Reference in New Issue
Block a user