chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-03 17:35:02 +00:00
commit a0e4db3714
6 changed files with 56 additions and 313 deletions

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