add tool use, update system prompt
This commit is contained in:
@@ -9,6 +9,7 @@ export type ApplyViewState = {
|
||||
file: TFile
|
||||
originalContent: string
|
||||
newContent: string
|
||||
onClose: (applied: boolean) => void
|
||||
}
|
||||
|
||||
export class ApplyView extends View {
|
||||
|
||||
Reference in New Issue
Block a user