diff --git a/.gitignore b/.gitignore index 009742c..a341df3 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ dotnet-install.sh *.suo *.userprefs *.rsuser +src/samples/01.DiscordAgent/Properties/ # Logs / Temp *.log @@ -57,6 +58,8 @@ _ReSharper.*/ *.orig *.rej scratch.txt +data/ + # Local scratch notes /scratch.md @@ -67,3 +70,4 @@ scratch.txt # Codex CLI generated state **/.codex/ + diff --git a/src/samples/01.DiscordAgent/README.md b/src/samples/01.DiscordAgent/README.md index a8f3be9..f16a58b 100644 --- a/src/samples/01.DiscordAgent/README.md +++ b/src/samples/01.DiscordAgent/README.md @@ -111,3 +111,6 @@ OpenAIClientConfig openAiConfig = new() Reasoning = new ReasoningConfig { Effort = ReasoningEffort.High } }; ``` +Verify organization for reasoning summary to work + +Go to https://platform.openai.com/settings/organization/general and click on the verify organization button. Openai will ask you to use an ID verification app to take pictures of an official ID such as a drivers lisence to verify your account. This will allow the reasoning summary to work. \ No newline at end of file