초기 PM 소스 전체 업로드
This commit is contained in:
11
views/main/jsm/archive/ai_prompt/prompt.json
Normal file
11
views/main/jsm/archive/ai_prompt/prompt.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"title": "DocumentSummary",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"파일제목": { "type": "string" },
|
||||
"파일내용요약": { "type": "string" }
|
||||
},
|
||||
"required": [
|
||||
"파일제목", "파일내용요약"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user