package
Version:
v0.23.0
Opens a new window with list of versions in this module.
Published: Feb 18, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.