Code Tutor (GPT): Difference between revisions

m
Text replacement - "K↵|Knowledge = " to ",000 |Knowledge = "
m (Text replacement - " (GPT)↵|Platform" to " |Platform")
m (Text replacement - "K↵|Knowledge = " to ",000 |Knowledge = ")
 
(6 intermediate revisions by 2 users not shown)
Line 12: Line 12:
|Website =  
|Website =  
|Link = https://chat.openai.com//g/g-HxPrv1p8v-code-tutor
|Link = https://chat.openai.com//g/g-HxPrv1p8v-code-tutor
|Conversations =  
|Chats = 50,000
|Knowledge =
|Actions = Yes
|Web Browsing =
|DALL·E Image Generation =
|Code Interpreter = Yes
|Free = Yes
|Free = Yes
|Price =  
|Price =  
|Available = Yes
|Available = Yes
|Working = Yes
|Working =  
|Updated = 2024-01-12
|Hidden =
|Updated = 2024-01-22
}}
}}
==Instructions (System Prompt)==
==Instructions (System Prompt)==


==Conversation Starters==
==Conversation Starters==
* Help me with my homework assignment
* How are you different than regular Khanmigo?
* How can I improve my code's efficiency?
* Help me understand this programming concept


==Knowledge==
==Knowledge (Uploaded Files)==


==Actions==
==Actions==
*'''Khan Academy Content Search''': This is a valuable resource that enables me to search Khan Academy's vast educational content. If you need additional learning materials like articles, videos, or course content related to coding and programming, I can use this API to find and recommend relevant resources from Khan Academy. This supports your learning by providing access to high-quality, structured educational content that complements our tutoring sessions.
===Website===
khanacademy.org
===Privacy Policy===
https://support.khanacademy.org/hc/en-us/articles/22396485532173
===Auth===
<pre>
{"type":"none"}
</pre>
===Code===
<pre>
{"openapi":"3.1.0","info":{"title":"Search Khan Academy Content","description":"Returns a list of Khan Academy content items related to the query","version":"v1.0.0"},"servers":[{"url":"https://khanacademy.org"}],"paths":{"/api/internal/_rg/khanmigo/search_content":{"get":{"description":"Search Khan Academy Content for related Articles, Videos, Domains, Courses, Units, and Lessons","operationId":"SearchContent","parameters":[{"name":"query","in":"query","description":"The search query","required":true,"schema":{"type":"string"}}],"deprecated":false}}},"components":{"schemas":{}}}
</pre>


==Guide==
==Guide==