mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-03-13 12:43:40 +08:00
feat: 编程助手
This commit is contained in:
2
workspace/.gitkeep
Normal file
2
workspace/.gitkeep
Normal file
@@ -0,0 +1,2 @@
|
||||
# This file ensures the workspace directory is created
|
||||
# The workspace directory is where AI will perform file operations
|
||||
20
workspace/sample.txt
Normal file
20
workspace/sample.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
This is a sample file in the workspace directory.
|
||||
You can ask the AI to:
|
||||
|
||||
1. Read this file
|
||||
2. Edit this content
|
||||
3. Create new files
|
||||
4. List directory contents
|
||||
5. Create complete projects
|
||||
|
||||
Try asking:
|
||||
- "Read the sample.txt file"
|
||||
- "Add a new section to sample.txt about AI capabilities"
|
||||
- "Create a simple Java project structure"
|
||||
- "List all files in the workspace"
|
||||
|
||||
The AI can perform continuous operations like:
|
||||
1. First checking what exists
|
||||
2. Then creating new content
|
||||
3. Finally verifying the results
|
||||
|
||||
Reference in New Issue
Block a user