You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently at ~17 ExecutableActions, each with common code. We can consolidate them into two different ExecutableActions. One will handle a single input (for Chat Completions), the other will handle many input (for all other task types).
The text was updated successfully, but these errors were encountered:
- Created two new ExecutableActions, SenderExecutableAction and
SingleInputSenderExecutableAction
- Most chat completions are migrated over the
SingleInputSenderExecutableAction
- Every other Action are migrated over to SenderExecutableAction
- RequestManagers and Error Message construction are migrated into the
ActionCreator classes.
Relate elastic#110805
- Created two new ExecutableActions, SenderExecutableAction and
SingleInputSenderExecutableAction
- Most chat completions are migrated over the
SingleInputSenderExecutableAction
- Every other Action are migrated over to SenderExecutableAction
- RequestManagers and Error Message construction are migrated into the
ActionCreator classes.
Relate #110805
- Created two new ExecutableActions, SenderExecutableAction and
SingleInputSenderExecutableAction
- Most chat completions are migrated over the
SingleInputSenderExecutableAction
- Every other Action are migrated over to SenderExecutableAction
- RequestManagers and Error Message construction are migrated into the
ActionCreator classes.
Relate #110805
- Created two new ExecutableActions, SenderExecutableAction and
SingleInputSenderExecutableAction
- Most chat completions are migrated over the
SingleInputSenderExecutableAction
- Every other Action are migrated over to SenderExecutableAction
- RequestManagers and Error Message construction are migrated into the
ActionCreator classes.
Relate #110805
Description
We are currently at ~17 ExecutableActions, each with common code. We can consolidate them into two different ExecutableActions. One will handle a single input (for Chat Completions), the other will handle many input (for all other task types).
The text was updated successfully, but these errors were encountered: