Skip to content

LaniW/DiaDoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

About

AI-assisted code documentation tool for the file structures of in-progress and existing software projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors