We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06fb3e commit 1bacaa5Copy full SHA for 1bacaa5
contrib/prompt_library/ReAct.pdl
@@ -1,7 +1,7 @@
1
description: ReAct pattern from Yao et al., [ICLR 2023](https://openreview.net/forum?id=WE_vluYUL-X)
2
# See alternative implementation here: https://smith.langchain.com/hub/hwchase17/react-chat
3
defs:
4
- react_block:
+ render_icl_sample:
5
function:
6
trajectory: [ object ]
7
return:
@@ -58,7 +58,7 @@ defs:
58
traj: ${ trajectories }
59
repeat:
60
text:
61
- call: ${ react_block }
+ call: ${ render_icl_sample }
62
args:
63
trajectory: ${ traj }
64
- ${ task }
0 commit comments