Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dotnet-install.sh
*.suo
*.userprefs
*.rsuser
src/samples/01.DiscordAgent/Properties/

# Logs / Temp
*.log
Expand Down Expand Up @@ -57,6 +58,8 @@ _ReSharper.*/
*.orig
*.rej
scratch.txt
data/


# Local scratch notes
/scratch.md
Expand All @@ -67,3 +70,4 @@ scratch.txt

# Codex CLI generated state
**/.codex/

3 changes: 3 additions & 0 deletions src/samples/01.DiscordAgent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.