llmvalidate

package
v0.20.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client added in v0.20.2

type Client struct {
	// contains filtered or unexported fields
}

func New

func New(ctx context.Context, apiKey string, modelName string) (*Client, error)

func (*Client) AskLLMAboutCode added in v0.20.2

func (c *Client) AskLLMAboutCode(
	codePath string,
	questions []string,
	subPathsOnly []string,
) ([]LLMAnswer, error)

type LLMAnswer

type LLMAnswer struct {
	Question    string   `json:"question"`
	Answer      string   `json:"answer"`
	Files       []string `json:"files"`
	ShortAnswer string   `json:"short_answer"`
	CodeSnippet string   `json:"code_snippet"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL