Release #275
Annotations
2 errors and 1 warning
tests/unit-test/prompt/prompt.test.ts > automation - computer > should be able to generate prompt:
packages/midscene/src/ai-model/prompt/llm-planning.ts#L178
Error: Invalid prompt schema: (f-string) Missing value for input
"id": string, // the id of the element found. It should either be the id marked with a rectangle in the screenshot or the id described in the description.
"prompt"?: string // the description of the element to find. It can only be omitted when locate is null.
Troubleshooting URL: https://js.langchain.com/docs/troubleshooting/errors/INVALID_PROMPT_INPUT/
❯ checkValidTemplate ../../node_modules/.pnpm/@langchain[email protected][email protected][email protected][email protected]_/node_modules/@langchain/core/dist/prompts/template.js:154:15
❯ new PromptTemplate ../../node_modules/.pnpm/@langchain[email protected][email protected][email protected][email protected]_/node_modules/@langchain/core/dist/prompts/prompt.js:70:13
❯ Module.systemPromptToTaskPlanning src/ai-model/prompt/llm-planning.ts:178:26
❯ tests/unit-test/prompt/prompt.test.ts:6:26
|
release (18.19.0)
Process completed with exit code 1.
|
release (18.19.0)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|