Documentation
¶
Overview ¶
Python tool to execute code in a docker container
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfig = Config{TimeSeconds: 120, MemoryBytes: 1024 * 1024 * 1024, OutputBytes: 10000}
Functions ¶
This section is empty.
Types ¶
type Python ¶
type Python struct {
// contains filtered or unexported fields
}
Python tool - implements the api.ToolFunction interface
func (*Python) Definition ¶
func (c *Python) Definition() shared.FunctionDefinitionParam
Provide definition for model prompt
Click to show internal directories.
Click to hide internal directories.