Files
langchain-python/langchain/chains/api
Zeeland c186f18aab fix: incorrect data type when construct_path in chain (#4031)
A incorrect data type error happened when executing _construct_path in
`chain.py` as follows:

```python
Error with message replace() argument 2 must be str, not int
```

The path is always a string. But the result of `args.pop(param, "")` is
undefined.
2023-05-03 18:49:47 -07:00
..
2022-12-02 13:39:36 -08:00
2023-04-30 11:14:09 -07:00
2022-12-18 21:51:23 -05:00
2022-12-18 21:51:23 -05:00
2022-12-18 21:51:23 -05:00