evalphobia/bobo-experiment

View on GitHub
experiment/langchain/example_command_openai_gpt.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method OpenAIGPTCommand.GetHelp should have comment or be unexported
Open

func (*OpenAIGPTCommand) GetHelp() string {

exported method OpenAIGPTCommand.Exec should have comment or be unexported
Open

func (t *OpenAIGPTCommand) Exec(d command.CommandData) {

exported type OpenAIGPTCommand should have comment or be unexported
Open

type OpenAIGPTCommand struct {

exported method OpenAIGPTCommand.HasHelp should have comment or be unexported
Open

func (*OpenAIGPTCommand) HasHelp() bool {

exported method OpenAIGPTCommand.GetRegexp should have comment or be unexported
Open

func (*OpenAIGPTCommand) GetRegexp() *regexp.Regexp {

exported method OpenAIGPTCommand.GetMentionCommand should have comment or be unexported
Open

func (t *OpenAIGPTCommand) GetMentionCommand() string {

There are no issues that match your filters.

Category
Status