Share via


FunctionHandlerWithNoParams Class

Protocol for function handlers that can be called by AI models.

This handler does not have any parameters.

Function handlers can be either synchronous or asynchronous and should return a string result that will be passed back to the AI model.

Constructor

FunctionHandlerWithNoParams(*args, **kwargs)