feat: support multiple images #11
Annotations
4 errors and 5 warnings
build-examples
Process completed with exit code 2.
|
lint:
chains/llm.go#L68
type assertion must be checked (forcetypeassert)
|
lint:
chains/llm.go#L78
type assertion must be checked (forcetypeassert)
|
lint
issues found
|
build-examples
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-test
Restore cache failed: Dependencies file is not found in /home/runner/work/langchaingo/langchaingo. Supported file pattern: go.sum
|
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4, actions/checkout@v3, golangci/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
chains/llm.go#L76
var-naming: don't use underscores in Go names; var imageURLs_ should be imageURLs (revive)
|