docs: add json rpc transport plan cleanup
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -63,7 +63,7 @@ def create_rpc_app(server: WorkflowServer) -> jsonrpc.API:
|
|||||||
|
|
||||||
@entrypoint.method(name="workflow.capabilities.inspect", errors=[WorkflowRpcError])
|
@entrypoint.method(name="workflow.capabilities.inspect", errors=[WorkflowRpcError])
|
||||||
async def workflow_capabilities_inspect(
|
async def workflow_capabilities_inspect(
|
||||||
params: InspectCapabilityParams = Params(...), # type: ignore[reportArgumentType], # type: ignore[reportArgumentType]
|
params: InspectCapabilityParams = Params(...), # type: ignore[reportArgumentType]
|
||||||
) -> dict[str, Any]:
|
) -> dict[str, Any]:
|
||||||
try:
|
try:
|
||||||
return await server.api.inspect_capability(
|
return await server.api.inspect_capability(
|
||||||
|
|||||||
Reference in New Issue
Block a user