# Functions
GoogleSearch returns the results of a Google search for the given query.
Kubectl runs the given kubectl command and returns the output.
PythonREPL runs the given Python script and returns the output.
Trivy runs trivy against the image and returns the output.
# Variables
CopilotTools is a map of tool names to tools.
# Structs
ToolPrompt is the JSON format for the prompt.
# Type aliases
Tool is a function that takes an input and returns an output.