Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
henomis committed Nov 2, 2024
1 parent d9648bb commit 12ae5b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tool/python/python.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func (t *Tool) WithPythonPath(pythonPath string) *Tool {
}

type Input struct {
// nolint:lll
PythonCode string `json:"python_code" jsonschema:"description=python code that uses print() to print the final result to stdout."`
}

Expand All @@ -38,6 +39,7 @@ func (t *Tool) Name() string {

//nolint:lll
func (t *Tool) Description() string {
// nolint:lll
return "Use this tool to solve calculations, manipulate data, or perform any other Python-related tasks. The code should use print() to print the final result to stdout."
}

Expand Down

0 comments on commit 12ae5b3

Please sign in to comment.