langchain.chains.router.base
.Route¶
- class langchain.chains.router.base.Route(destination, next_inputs)[source]¶
创建Route实例(destination, next_inputs)
属性
destination
别名字段序号为0
next_inputs
别名字段序号为1
方法
__init__
()count
(value, /)返回 value 的出现次数。
index
(value[, start, stop])返回 value 的第一个索引。
- 参数
destination (可选[str]) –
next_inputs (字典[str, Any]) –
- __init__()¶
- count(value, /)¶
返回 value 的出现次数。
- index(value, start=0, stop=9223372036854775807, /)¶
返回 value 的第一个索引。
如果 value 不存在,则引发 ValueError。