python

package
v0.0.0-...-9b8f59a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2026 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultFunctions = []byte(`
import json

async def handle_tool_call(input, context):
	return {
		"status": 501,
		"headers": {"Content-Type": "application/json"},
		"body": json.dumps({"error": "Tool calling is not implemented"})
	}
`[1:])
View Source
var Entrypoint []byte

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL