Documentation
¶
Overview ¶
internal/llmutil/helpers.go
internal/llmutil/parser.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanCodeOutput ¶
CleanCodeOutput removes common markdown artifacts (like ```go or ```diff) from a code or patch string.
func Float64Ptr ¶
Float64Ptr returns a pointer to a float64 value.
func ParseJSONResponse ¶
ParseJSONResponse attempts to parse an LLM response string into a target Go type using generics. It handles common LLM formatting issues, such as wrapping the JSON in markdown code blocks.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.