execute
Routes incoming requests to one of three handlers:
handleStreamPoll -- returns the current state of an in-flight streaming session.
handleHealthCheck -- returns server readiness, model info, and resource status.
handleNewQuestion -- processes a new question (streaming or synchronous).
Return
A JSON servlet response containing polling data, health state, or inference output.
Parameters
params
Servlet execution context with request headers and payload data.
Throws
FCPlugin Exception
If request handling fails unexpectedly.