ApplyPatchCreateFileOperationParam interface
apply_patch 도구를 통해 새 파일을 만드는 방법.
- Extends
속성
| diff | 파일을 생성할 때 적용할 수 있는 통합 diff content. |
| path | 작업공간 루트에 대해 파일을 생성할 경로. |
| type | 작업 유형입니다. 항상 |
속성 세부 정보
diff
파일을 생성할 때 적용할 수 있는 통합 diff content.
diff: string
속성 값
string
path
작업공간 루트에 대해 파일을 생성할 경로.
path: string
속성 값
string
type
작업 유형입니다. 항상 create_file입니다.
type: "create_file"
속성 값
"create_file"