langchain
007babb3 - Add a mock server (#2443)

Commit
3 years ago
Add a mock server (#2443) It's useful to evaluate API Chains against a mock server. This PR makes an example "robot" server that exposes endpoints for the following: - Path, Query, and Request Body argument passing - GET, PUT, and DELETE endpoints exposed OpenAPI spec. Relies on FastAPI + Uvicorn - I could add to the dev dependencies list if you'd like
Author
Parents
Loading