extractGraphParams

fun extractGraphParams(parameters: Parameters): GraphRoutesResult

Deprecated

Moved to the development-only package.

Replace with

import com.google.adk.kt.webserver.dev.routes.extractGraphParams
extractGraphParams(parameters)

Kept so callers of the previous package keep compiling; use the dev package instead.