chore: generate
This commit is contained in:
parent
766318a4cf
commit
5b5376a3fa
12 changed files with 1544 additions and 723 deletions
|
|
@ -32,7 +32,8 @@ export const GitLabPlugin = PluginV2.define({
|
|||
}),
|
||||
"aisdk.language": Effect.fn(function* (evt) {
|
||||
if (evt.model.providerID !== ProviderV2.ID.gitlab) return
|
||||
const featureFlags = typeof evt.options.featureFlags === "object" && evt.options.featureFlags ? evt.options.featureFlags : {}
|
||||
const featureFlags =
|
||||
typeof evt.options.featureFlags === "object" && evt.options.featureFlags ? evt.options.featureFlags : {}
|
||||
if (evt.model.apiID.startsWith("duo-workflow-")) {
|
||||
const gitlab = yield* Effect.promise(() => import("gitlab-ai-provider")).pipe(Effect.orDie)
|
||||
const workflowRef =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue