diff --git a/Unreal/Config/DefaultGame.ini b/Unreal/Config/DefaultGame.ini index 0ffeddd..aed7a4c 100644 --- a/Unreal/Config/DefaultGame.ini +++ b/Unreal/Config/DefaultGame.ini @@ -6,7 +6,7 @@ CommonButtonAcceptKeyHandling=TriggerClick [/Script/EngineSettings.GeneralProjectSettings] ProjectID=4B0928DF4291E6F7F4F0D2BD9F00EF29 ProjectName=SPIE Avatar -ProjectVersion=0.1.2 +ProjectVersion=0.1.3 [/Script/UnrealEd.ProjectPackagingSettings] Build=IfProjectHasCode diff --git a/Unreal/Content/SPIE/BP/Base/BP_SerialCom_v4_UE510_SPIE.uasset b/Unreal/Content/SPIE/BP/Base/BP_SerialCom_v4_UE510_SPIE.uasset new file mode 100644 index 0000000..9c4c5fc --- /dev/null +++ b/Unreal/Content/SPIE/BP/Base/BP_SerialCom_v4_UE510_SPIE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738ab335262ec728f702c2174bcf10b5a46cb50434ac4db768885c68eb4a4163 +size 227437 diff --git a/Unreal/Content/SPIE/BP/Commands/UEC_AzureAISearch.uasset b/Unreal/Content/SPIE/BP/Commands/UEC_AzureAISearch.uasset index 6386c2c..4488b47 100644 --- a/Unreal/Content/SPIE/BP/Commands/UEC_AzureAISearch.uasset +++ b/Unreal/Content/SPIE/BP/Commands/UEC_AzureAISearch.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e00cebcab5a3cb65b5299b1de5a48a2a8235260c3b942b5166629fbb6893b285 -size 122825 +oid sha256:9abe01d9bd4d95bd95fc566a571541a0bedc096f5f26cfebacac6c8db4be8c0c +size 123469 diff --git a/Unreal/Content/SPIE/BP/Mode/DA_Mode_SPIE_SpieInnovationDay.uasset b/Unreal/Content/SPIE/BP/Mode/DA_Mode_SPIE_SpieInnovationDay.uasset index 1a89faf..c0420a9 100644 --- a/Unreal/Content/SPIE/BP/Mode/DA_Mode_SPIE_SpieInnovationDay.uasset +++ b/Unreal/Content/SPIE/BP/Mode/DA_Mode_SPIE_SpieInnovationDay.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1fa2b1a82b74258911cdf7bae5a84c460a4730a1a5c5964f649c4f6e55406a3d -size 6208 +oid sha256:b9d25390bd4baf0887a1859449964ac07ae54a5427350f476934951f81e0a25f +size 6500 diff --git a/Unreal/Content/SPIE/Font/DT_RichTextStyles.uasset b/Unreal/Content/SPIE/Font/DT_RichTextStyles.uasset deleted file mode 100644 index fc0c183..0000000 --- a/Unreal/Content/SPIE/Font/DT_RichTextStyles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e342472a1774e80d128d84fddb8f765df7636ab2a273f4a723188eaef46526a -size 1377 diff --git a/Unreal/Content/Schema/Spie_Config.schema.json b/Unreal/Content/Schema/Spie_Config.schema.json index 847acbd..897979b 100644 --- a/Unreal/Content/Schema/Spie_Config.schema.json +++ b/Unreal/Content/Schema/Spie_Config.schema.json @@ -658,7 +658,11 @@ } ], "STTSpecialWords": [ - "SPIE" + "SPIE", + "Innovation Day", + "Keynote", + "Clarissa Hack", + "Jérôme Morisson" ], "PTTPostRollTime": 0.40000000596046448, "FreespeechPostRollTime": 0.5, diff --git a/Unreal/Content/Schema/SystemInstructions/Avatar_SPIE_Avatar_Instructions.schema.json b/Unreal/Content/Schema/SystemInstructions/Avatar_SPIE_Avatar_Instructions.schema.json index bdbcb3e..1497beb 100644 --- a/Unreal/Content/Schema/SystemInstructions/Avatar_SPIE_Avatar_Instructions.schema.json +++ b/Unreal/Content/Schema/SystemInstructions/Avatar_SPIE_Avatar_Instructions.schema.json @@ -5,6 +5,18 @@ "SystemInstructions": { "type": "array", + "itemsType": "struct", + "itemsFields": + { + "Name": + { + "type": "string" + }, + "Instruction": + { + "type": "string" + } + }, "default": [ { "Name": "Name", @@ -22,19 +34,7 @@ "Name": "Clothing Description", "Instruction": "She is wearing a white polo shirt with the SPIE logo on the left side of the chest. The shirt has a collar and a few buttons at the neck. She is wearing a brown leather belt and a blue jeans. She wears light gray safety shoes with black shoe laces." } - ], - "itemsType": "struct", - "itemsFields": - { - "Name": - { - "type": "string" - }, - "Instruction": - { - "type": "string" - } - } + ] } }, { diff --git a/Unreal/Content/Schema/SystemInstructions/Mode_DA_Mode_SPIE_SpieInnovationDay_Instructions.schema.json b/Unreal/Content/Schema/SystemInstructions/Mode_DA_Mode_SPIE_SpieInnovationDay_Instructions.schema.json index 844b885..a015610 100644 --- a/Unreal/Content/Schema/SystemInstructions/Mode_DA_Mode_SPIE_SpieInnovationDay_Instructions.schema.json +++ b/Unreal/Content/Schema/SystemInstructions/Mode_DA_Mode_SPIE_SpieInnovationDay_Instructions.schema.json @@ -44,7 +44,7 @@ }, { "Name": "Database", - "Instruction": "For all questions related to SPIE, the Innovation Day, projects, technologies, or company initiatives, retrieve information from the internal database. Use the database as the primary source of information." + "Instruction": "For ALL questions related to SPIE, the Innovation Day, projects, technologies, or company initiatives, retrieve information from the internal database. Use the database as the primary source of information." }, { "Name": "Maintaining Focus", diff --git a/Unreal/Plugins/AvatarCore_Manager/Content/StateManagement/BP_StateManager.uasset b/Unreal/Plugins/AvatarCore_Manager/Content/StateManagement/BP_StateManager.uasset index 346e3e7..ffa3469 100644 --- a/Unreal/Plugins/AvatarCore_Manager/Content/StateManagement/BP_StateManager.uasset +++ b/Unreal/Plugins/AvatarCore_Manager/Content/StateManagement/BP_StateManager.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4363ed1238ea09f6b6b56317ec835cd3a89239664dfdaf1ae0d9736f7e858a2b -size 712149 +oid sha256:2c7273fc694c27d8692d525808ab907d113e9f3344a857e894d75e751fac3a96 +size 710899