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
This is crucial for building workflows which don't "run on rails".
PROMPT="""Here is the syntax of Superduper:1. There is a base class `Model`.2. This base class can do ... .3. There is a wrapper `Listener` ... .The following is a description of a task; taking the syntax into account, please create `Component` instances which produce the required functionality in Superduper to implement this logic."""classPlanner(Model):
prompt: str=PROMPTdatatype: Filedefpredict(self, description: str) ->File:
...
The text was updated successfully, but these errors were encountered:
This is crucial for building workflows which don't "run on rails".
The text was updated successfully, but these errors were encountered: