Clarified API message format to specify camel case for JSON data field names

This commit is contained in:
Thorsten Sommer 2025-03-06 21:00:33 +01:00
parent e59d5f08a5
commit 56139e322e
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -290,6 +290,7 @@ public partial class AssistantERI : AssistantBaseCore
- You consider the security of the implementation by applying the Security by Design principle. - You consider the security of the implementation by applying the Security by Design principle.
- Your output is formatted as Markdown. Code is formatted as code blocks. For every file, you - Your output is formatted as Markdown. Code is formatted as code blocks. For every file, you
create a separate code block with its file path and name as chapter title. create a separate code block with its file path and name as chapter title.
- Important: The JSON objects of the API messages use camel case for the data field names.
"""); """);
return sb.ToString(); return sb.ToString();