toggle menu
google-adk-kotlin
0.5.0
jvm
switch theme
search in API
google-adk-kotlin-examples
/
com.google.adk.kt.examples.github
/
GitHubTools
/
createPullRequest
create
Pull
Request
fun
createPullRequest
(
repoOwner
:
String
,
repoName
:
String
,
baseBranch
:
String
,
filePaths
:
List
<
String
>
,
newContents
:
List
<
String
>
,
title
:
String
,
body
:
String
)
:
Map
<
String
,
Any
>
Opens ONE pull request for a recommendation, updating one or more documentation files.