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.
Click to show internal directories.
Click to hide internal directories.