Skip to main content

configure

Tornado handlers for chat API compatible with Vercel AI SDK.

class ConfigureHandler(application: 'Application', request: tornado.httputil.HTTPServerRequest, **kwargs: Any) -> None

Handler for /api/configure endpoint.

Returns configuration information for the frontend:

  • Available models
  • Builtin tools
  • MCP servers

get() -> None

Return configuration for frontend.