add: add stop words to chat #163
Annotations
10 errors and 1 warning
lint:
store/store.go#L9
could not import github.com/instill-ai/component/ai/ai21labs/v0 (-: # github.com/instill-ai/component/ai/ai21labs/v0
|
lint:
ai/ai21labs/v0/main.go#L101
cannot use e (variable of type *execution) as "github.com/instill-ai/component/base".IExecution value in return statement: *execution does not implement "github.com/instill-ai/component/base".IExecution (wrong type for method Execute)
|
lint:
store/store.go#L133
undefined: ai21labs (typecheck)
|
lint:
ai/ai21labs/v0/chat.go#L1
: # github.com/instill-ai/component/ai/ai21labs/v0 [github.com/instill-ai/component/ai/ai21labs/v0.test]
|
lint:
ai/ai21labs/v0/main.go#L101
cannot use e (variable of type *execution) as "github.com/instill-ai/component/base".IExecution value in return statement: *execution does not implement "github.com/instill-ai/component/base".IExecution (wrong type for method Execute)
|
lint:
ai/ai21labs/v0/component_test.go#L123
assignment mismatch: 2 variables but exec.Execute returns 1 value
|
lint:
ai/ai21labs/v0/component_test.go#L123
not enough arguments in call to exec.Execute
|
lint:
ai/ai21labs/v0/component_test.go#L145
assignment mismatch: 2 variables but exec.Execute returns 1 value
|
lint:
ai/ai21labs/v0/component_test.go#L145
not enough arguments in call to exec.Execute
|
lint
issues found
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|