command "waitforroute", wshserver.WaitForRouteCommand
(w *wshutil.WshRpc, data wshrpc.CommandWaitForRouteData, opts *wshrpc.RpcOpts)
| 972 | |
| 973 | // command "waitforroute", wshserver.WaitForRouteCommand |
| 974 | func WaitForRouteCommand(w *wshutil.WshRpc, data wshrpc.CommandWaitForRouteData, opts *wshrpc.RpcOpts) (bool, error) { |
| 975 | resp, err := sendRpcRequestCallHelper[bool](w, "waitforroute", data, opts) |
| 976 | return resp, err |
| 977 | } |
| 978 | |
| 979 | // command "waveaiaddcontext", wshserver.WaveAIAddContextCommand |
| 980 | func WaveAIAddContextCommand(w *wshutil.WshRpc, data wshrpc.CommandWaveAIAddContextData, opts *wshrpc.RpcOpts) error { |