Skip to content

Commit 5dfb38a

Browse files
committed
fix missing agent file
1 parent 800e535 commit 5dfb38a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Infrastructure/BotSharp.Core/BotSharp.Core.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,15 @@
166166
<Content Include="data\agents\01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a\templates\translation_prompt.liquid">
167167
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
168168
</Content>
169-
<Content Include="data\agents\6745151e-6d46-4a02-8de4-1c4f21c7da95\functions\util-routing-fallback_to_router.json">
169+
<Content Include="data\agents\01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a\agent.json">
170170
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
171171
</Content>
172172
<Content Include="data\agents\01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a\functions\route_to_agent.json">
173173
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
174174
</Content>
175+
<Content Include="data\agents\6745151e-6d46-4a02-8de4-1c4f21c7da95\functions\util-routing-fallback_to_router.json">
176+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
177+
</Content>
175178
<Content Include="data\agents\6745151e-6d46-4a02-8de4-1c4f21c7da95\templates\util-routing-fallback_to_router.fn.liquid">
176179
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
177180
</Content>

0 commit comments

Comments
 (0)