PythonFunction
import type { PythonFunction } from "https://googleapis.deno.dev/v1/ces:v1.ts";A Python function tool.
interface PythonFunction {
readonly description?: string;
name?: string;
pythonCode?: string;
}§Properties
§
readonly description?: string
[src]Output only. The description of the Python function, parsed from the python code's docstring.