chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-03 17:35:02 +00:00
parent 1520b0de20
commit a0e4db3714
6 changed files with 89 additions and 346 deletions
+1 -3
View File
@@ -37,9 +37,7 @@ export const GitLabPlugin = PluginV2.define({
if (evt.model.apiID.startsWith("duo-workflow-")) {
const gitlab = yield* Effect.promise(() => import("gitlab-ai-provider")).pipe(Effect.orDie)
const workflowRef =
typeof evt.model.request.body.workflowRef === "string"
? evt.model.request.body.workflowRef
: undefined
typeof evt.model.request.body.workflowRef === "string" ? evt.model.request.body.workflowRef : undefined
const workflowDefinition =
typeof evt.model.request.body.workflowDefinition === "string"
? evt.model.request.body.workflowDefinition