-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Canvas lms schule #1286
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Canvas lms schule #1286
Conversation
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.
added some changes to URLs + auth section
examples/chatgpt/gpt_actions_library/gpt_action_canvaslms.ipynb
Outdated
Show resolved
Hide resolved
examples/chatgpt/gpt_actions_library/gpt_action_canvaslms.ipynb
Outdated
Show resolved
Hide resolved
examples/chatgpt/gpt_actions_library/gpt_action_canvaslms.ipynb
Outdated
Show resolved
Hide resolved
examples/chatgpt/gpt_actions_library/gpt_action_canvaslms.ipynb
Outdated
Show resolved
Hide resolved
examples/chatgpt/gpt_actions_library/gpt_action_canvaslms.ipynb
Outdated
Show resolved
Hide resolved
examples/chatgpt/gpt_actions_library/gpt_action_canvaslms.ipynb
Outdated
Show resolved
Hide resolved
"metadata": {}, | ||
"source": [ | ||
"- You will see a list of available actions from the API schema for Canvas (this schema above does not contain all possible API endpoints, be sure to edit the schema to produce the appropriate actions from canvas\n", | ||
"- For OAuth implementation follow the guide here : https://canvas.instructure.com/doc/api/file.oauth.html - specific instructions can vary depending on the Canvas implementation. " |
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.
Does that page have information on setting up the callback URL? that's one of the most challenging parts
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.
Made a few small changes, everything looks good to me otherwise.
Co-authored-by: Aaron Wilkowitz <157151487+aaronwilkowitz-openai@users.noreply.github.com> Co-authored-by: Aaron Wilkowitz <aaronwilkowitz@openai.com>
Co-authored-by: Aaron Wilkowitz <157151487+aaronwilkowitz-openai@users.noreply.github.com> Co-authored-by: Aaron Wilkowitz <aaronwilkowitz@openai.com>
Summary
canvas LMS branch merge
Motivation
Why are these changes necessary? How do they improve the cookbook?
For new content
When contributing new content, read through our contribution guidelines, and mark the following action items as completed:
We will rate each of these areas on a scale from 1 to 4, and will only accept contributions that score 3 or higher on all areas. Refer to our contribution guidelines for more details.