Dax Raad 6 месяцев назад
Родитель
Сommit
4217286b72
1 измененных файлов с 0 добавлено и 10 удалено
  1. 0 10
      .opencode/plugin/example.ts

+ 0 - 10
.opencode/plugin/example.ts

@@ -1,10 +0,0 @@
-import { Plugin } from "../../packages/plugin/src/index"
-
-export const ExamplePlugin: Plugin = async ({ app, client, $ }) => {
-  return {
-    permission: {},
-    async "chat.params"(input, output) {
-      output.topP = 1
-    },
-  }
-}