- Notifications
You must be signed in to change notification settings - Fork1k
chore(provisioner): support updated coder_ai_task resource#20160
New issue
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
193a93b
to18a58db
Compare// TODO(DanielleMaywood): | ||
// Plumb a task prompt into this when we have the new data-model ready | ||
vartaskPromptstring | ||
// TODO(DanielleMaywood): | ||
// Plumb a task ID into this when we have the new data-model ready | ||
vartaskIDstring |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
These will be hooked up later on once we start creating these resources
0c212b5
todf1845a
CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
f31e6e0
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Closescoder/internal#978
CODER_TASK_ID
andCODER_TASK_PROMPT
to the provisioner environmentapp_id
field in provider, with a fallback tosidebar_app.id
for backwards compatibilityFor now I've left the
taskPrompt
andtaskID
as a TODO as we do not yet create these values.