We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating a job generation service as mentioned in [DMP 2024] Generate Job expressions #620. Steps:
{ "model": "gpt3_turbo", "api_key": "YOUR_OPENAI_KEY_HERE", "expression": "the user's existing js expression", "adaptor": "@openfn/language-salesforce@1.0.0", "state": { "x": "x" }, "instruction": "a natural language command" }
and generates an output using the given AI model.
The text was updated successfully, but these errors were encountered:
Hi @SatyamMattoo we don't need to duplicate the issue for this. I think we're going to move the original here into this repo anyway.
We'll have a catch up a bit later to figure out the working cadence we need. But for now I'll close this issue down.
Sorry, something went wrong.
Okay sure sir!
No branches or pull requests
Creating a job generation service as mentioned in [DMP 2024] Generate Job expressions #620.
Steps:
and generates an output using the given AI model.
The text was updated successfully, but these errors were encountered: