mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-17 15:35:14 +00:00
Template Readmes and Standardization (#12819)
Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
@@ -32,7 +32,7 @@ langchain app add solo-performance-prompting-agent
|
||||
|
||||
And add the following code to your `server.py` file:
|
||||
```python
|
||||
from solo_performance_prompting_agent import chain as solo_performance_prompting_agent_chain
|
||||
from solo_performance_prompting_agent.agent import agent_executor as solo_performance_prompting_agent_chain
|
||||
|
||||
add_routes(app, solo_performance_prompting_agent_chain, path="/solo-performance-prompting-agent")
|
||||
```
|
||||
|
Reference in New Issue
Block a user