可选
goto?: string | SendInterface | (string | SendInterface)[]可选
graph?: string发送命令的图。支持的值包括
可选
lg_用于识别对象类型的鉴别字段。序列化时必须填充。
可选,因为直接构造 Command 对象时不需要指定此项。
可选
resume?: R恢复执行的值。与 interrupt 一起使用。
可选
update?: Record<string, unknown> | [string, unknown][]应用于图状态的更新。
可以是以下之一
graph
的任何节点)Send
对象(用于使用提供的输入执行节点)Send
对象序列