chore: make each package its own go module #1
Annotations
10 errors and 1 warning
|
ai/agent.go#L83
exported: exported type PrepareStepFunctionOptions should have comment or be unexported (revive)
|
|
ai/agent.go#L19
exported: exported type StopCondition should have comment or be unexported (revive)
|
|
ai/agent.go#L14
exported: exported type StepResult should have comment or be unexported (revive)
|
|
ai/agent.go#L1
package-comments: should have a package comment (revive)
|
|
ai/agent.go#L930
`if err == nil` has complex nested blocks (complexity: 7) (nestif)
|
|
ai/agent.go#L783
`if call.PrepareStep != nil` has complex nested blocks (complexity: 6) (nestif)
|
|
ai/agent.go#L687
`if result.IsError` has complex nested blocks (complexity: 7) (nestif)
|
|
ai/agent.go#L364
`if opts.PrepareStep != nil` has complex nested blocks (complexity: 6) (nestif)
|
|
ai/tool.go#L201
missing cases in switch of type reflect.Kind: reflect.Invalid, reflect.Uintptr, reflect.Complex64, reflect.Complex128, reflect.Chan, reflect.Func, reflect.Pointer|reflect.Ptr, reflect.UnsafePointer (exhaustive)
|
|
ai/agent.go#L1091
missing cases in switch of type ai.StreamPartType: ai.StreamPartTypeToolResult (exhaustive)
|
|
|
The logs for this run have expired and are no longer available.
Loading