Devin
ask_question
Ask any question about a GitHub repository
Remote arjunkmrm/devin
Remote (network-hosted)
Other tools also called ask_question?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"question": {
"type": "string",
"description": "The question to ask about the repository"
},
"repoName": {
"type": "string",
"description": "GitHub repository: owner/repo (e.g. \"facebook/react\")"
}
}
}