AI-assisted code documentation tool for the file structures of in-progress and existing software projects.
A DiaDoc of DiaDoc🥸
AI-assisted-WPF-app-with-Azure-OpenAI/
├── .github/
│ └── workflows/
│ └── ci.yml
├── AI-Assisted-WPF-App/
│ ├── Components/
│ │ ├── ChatHistoryViewer.xaml
│ │ └── ChatHistoryViewer.xaml.cs
│ ├── Models/
│ │ ├── ConversationMessage.cs
│ │ └── MessageRole.cs
│ ├── Services/
│ │ ├── AzureOpenAIService.cs
│ │ ├── IOpenAIService.cs
│ │ └── SettingsService.cs
│ ├── ViewModels/
│ │ └── MainViewModel.cs
│ ├── Views/
│ │ ├── SettingsWindow.xaml
│ │ └── SettingsWindow.xaml.cs
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── AppSettings.cs
│ ├── AI-Assisted-WPF-App.csproj
│ ├── Logger.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ └── packages.config
├── docs/
│ ├── Deployment-Instructions.md
│ ├── FAQ.md
│ └── Setup-Guide.md
├── media/
│ ├── architecture.png
│ └── main_window.png
├── AI-Assisted-WPF-App.sln
├── azure-pipelines.yml
├── .editorconfig
├── .gitattributes
├── .gitignore
├── LICENSE
└── README.md