feat(ai): Initial AI Chat feature with Azure AI Studio #50
build-dev.yml
on: push
Annotations
2 errors and 1 warning
ZodError: [:
node_modules/zod/lib/index.mjs#L164
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"AZURE_AI_URL"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"AZURE_AI_API_KEY"
],
"message": "Required"
}
]
at new ZodError (/home/xyzuan/actions-runner/_work/xyzuan.v2.be/xyzuan.v2.be/node_modules/zod/lib/index.mjs:164:9)
at error (/home/xyzuan/actions-runner/_work/xyzuan.v2.be/xyzuan.v2.be/node_modules/zod/lib/index.mjs:587:31)
at parse (/home/xyzuan/actions-runner/_work/xyzuan.v2.be/xyzuan.v2.be/node_modules/zod/lib/index.mjs:692:15)
at env (/home/xyzuan/actions-runner/_work/xyzuan.v2.be/xyzuan.v2.be/src/libs/env.ts:28:33)
at _use (/home/xyzuan/actions-runner/_work/xyzuan.v2.be/xyzuan.v2.be/node_modules/elysia/src/index.ts:3261:21)
at baseElysia (/home/xyzuan/actions-runner/_work/xyzuan.v2.be/xyzuan.v2.be/src/libs/elysia.ts:11:25)
at /home/xyzuan/actions-runner/_work/xyzuan.v2.be/xyzuan.v2.be/src/index.ts:6:20
|
Run Treaty Tests
Process completed with exit code 1.
|
Run Treaty Tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|