Documentation
¶
Overview ¶
Package read_code implements the code reading and symbol extraction tool.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Params ¶
type Params struct {
Filename string `json:"filename" jsonschema:"The path to the file to read"`
Outline bool `json:"outline,omitempty" jsonschema:"Optional: if true, returns the structure (AST) only"`
StartLine int `json:"start_line,omitempty" jsonschema:"Optional: start reading from this line number"`
EndLine int `json:"end_line,omitempty" jsonschema:"Optional: stop reading at this line number"`
}
Params defines the input parameters for the read_code tool.
Click to show internal directories.
Click to hide internal directories.