Skip to content

Commit a9bee89

Browse files
committed
chore: add AI attestation file [skip ci]
1 parent b823d0c commit a9bee89

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

AI_ATTESTATION.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Attestation of AI-Assisted Code Generation
2+
3+
This software project utilizes generative AI tools to assist in the development of source code. Specifically, the following tool was used:
4+
5+
- Github Copilot
6+
7+
This generative AI tool was employed to:
8+
9+
- Generate code snippets: The AI tool assists in generating code blocks, functions, and classes based on natural language prompts or code comments describing the desired functionality.
10+
- Generate boilerplate code: The AI tool assists in generating the coding structure for classes, functions, or data structures.
11+
- Suggest code completions: While writing code, the AI tool provides real-time suggestions for completing code expressions, statements, and function calls.
12+
- Detect and fix bugs: The AI tool analyzes the code and provides feedback on potential bugs, code style issues, and optimization opportunities.
13+
- Refactor code: The AI tool assists in restructuring existing code to improve readability, maintainability, and efficiency.
14+
- Translate code: The AI tool assists in translating code from one coding language to another.
15+
- Test case generation: The AI tool assists in generating unit tests for code evaluation.
16+
17+
## Important Notes
18+
19+
All AI-generated code was thoroughly reviewed by human developers and was subjected to standard testing procedures to ensure quality and functionality.
20+
21+
This attestation is meant to provide transparency about the use of AI in the development of this software project and to protect the intellectual property rights of the State of Utah.

0 commit comments

Comments
 (0)