Skip to content

Commit

Permalink
add unary-success-function-call-json-literal.json (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanzimfh authored Jul 8, 2024
1 parent b6ac14d commit 9b909f8
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions mock-responses/unary-success-function-call-json-literal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"candidates": [
{
"content": {
"parts": [
{
"functionCall": {
"name": "functionName",
"args": {
"original_title": "String",
"current": true
}
}
}
],
"role": "model"
},
"finishReason": "STOP",
"index": 0,
"safetyRatings": [
{
"category": "HARM_CATEGORY_HARASSMENT",
"probability": "NEGLIGIBLE"
},
{
"category": "HARM_CATEGORY_SEXUALLY_EXPLICIT",
"probability": "NEGLIGIBLE"
},
{
"category": "HARM_CATEGORY_DANGEROUS_CONTENT",
"probability": "NEGLIGIBLE"
},
{
"category": "HARM_CATEGORY_HATE_SPEECH",
"probability": "NEGLIGIBLE"
}
]
}
],
"usageMetadata": {
"promptTokenCount": 774,
"candidatesTokenCount": 4176,
"totalTokenCount": 4950
}
}

0 comments on commit 9b909f8

Please sign in to comment.