Skip to content

Commit

Permalink
Update passthrough dict documentation (langchain-ai#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev authored Dec 8, 2023
1 parent 76e9e83 commit b4f6ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/passthrough_dict/server.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
"""Example LangChain server exposes multiple runnables (LLMs in this case)."""
"""Example LangChain server passes through some of the inputs in the response."""

from typing import Any, Callable, Dict, List, Optional, TypedDict

Expand Down

0 comments on commit b4f6ba0

Please sign in to comment.