AskTheCode (GPT): Difference between revisions

m
Text replacement - "K↵|Knowledge = " to ",000 |Knowledge = "
m (Text replacement - "==Knowledge==" to "==Knowledge (Uploaded Files)==")
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-3s6SJ5V7S-askthecode
|Link = https://chat.openai.com//g/g-3s6SJ5V7S-askthecode
|Conversations =  
|Chats = 27,000
|Knowledge =
|Actions = Yes
|Web Browsing = Yes
|DALL·E Image Generation = Yes
|Code Interpreter = Yes
|Free = Yes
|Free = Yes
|Price =  
|Price =  
|Available = Yes
|Available = Yes
|Working = Yes
|Working =  
|Updated = 2024-01-12
|Hidden =
|Updated = 2024-01-23
}}
}}
==Instructions (System Prompt)==
==Instructions (System Prompt)==
Line 100: Line 106:


==Conversation Starters==
==Conversation Starters==
* How to use the AskTheCode GPT?
* Please give me an example of how to use the repository https://github.com/langchain-ai/langchainjs
* Please give an overview of the issue https://github.com/langchain-ai/langchain/issues/1358
* Please describe the changes made in the commit https://github.com/microsoft/semantic-kernel/commit/b346353bfba45f54461a3abb889925d9f353ad43


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


==Actions==
==Actions==
*'''GetRepositoryStructure''': This API helps in retrieving the file structure of a GitHub repository. It's useful for understanding the general layout or for finding specific files or directories within a repository.
*'''GetRepositoryContent''': Once the structure of a repository is known, this API is used to fetch the contents of specific files. This is particularly useful for examining the code, documentation, or any other contents within a repository.
*'''GetRepositoryCommitHistory''': This API retrieves the commit history for a specific file in a repository. It's useful for understanding the evolution of a file over time through its version history.
*'''GetRepositoryCommitOverview''': When detailed information about a specific commit is needed, this API provides an overview of the commit, including the author, date, message, and the list of files changed.
*'''GetRepositoryCommitChanges''': This API is used to get detailed information about the changes made in a specific commit, including additions, deletions, and modifications to the files.
*'''GetRepositoryIssue''': If there's a need to access details about a specific issue in a repository, this API allows retrieving the issue's title, body, and comments.
*'''PostRepositoryIssueComment''': This API enables posting comments on GitHub issues, facilitating interaction with issue threads directly from this platform.
*'''SearchCode''': When searching for specific code elements within a repository, this API comes into play. It can be used to find functions, classes, methods, and more.
*'''SearchIssues''': This is used for finding specific issues within a repository based on user-provided keywords.
*'''SearchCommits''': For queries related to finding specific commits in a repository, this API helps in locating them based on keywords.
*'''SearchRepositories''': When a user wants to find GitHub repositories, this API allows searching based on specified keywords.
===Website===
pluginlab.askthecode.dsomok.online
===Privacy Policy===
https://docs.askthecode.ai/legal/
===Auth===
<pre>
{"type":"oauth","instructions":"","client_url":"https://pluginlab.askthecode.dsomok.online/oauth/authorize","scope":"all","authorization_url":"https://pluginlab.askthecode.dsomok.online/oauth/token","authorization_content_type":"application/x-www-form-urlencoded","verification_tokens":{},"pkce_required":false,"token_exchange_method":"default_post"}
</pre>


==Guide==
==Guide==