Replies: 1 comment 1 reply
-
I agree with your proposed For To me For |
Beta Was this translation helpful? Give feedback.
-
I agree with your proposed For To me For |
Beta Was this translation helpful? Give feedback.
-
Now we have two API calls:
and
Init is always called like this:
So we can remove the second output, since it is never used.
Also troublesome that
step
has a message as an input.My proposed API will be like this:
This should support all possible modes like the following.
Chatting without external critic.
Notice that no need to feed anything to the step, which used to be troublesome.
Chatting with external critic.
Chatting with external editor.
Related issues #119 #152 #118
@lightaime @oserikov What do you think?
Beta Was this translation helpful? Give feedback.
All reactions