Skip to content

Commit 6dd5f85

Browse files
Update contract goldens for tool-call null content
1 parent 7145117 commit 6dd5f85

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/contract/testdata/golden/gemini/chat_with_tools.golden.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"finish_reason": "tool_calls",
55
"index": 0,
66
"message": {
7-
"content": "",
7+
"content": null,
88
"role": "assistant",
99
"tool_calls": [
1010
{

tests/contract/testdata/golden/groq/chat_with_tools.golden.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"finish_reason": "tool_calls",
55
"index": 0,
66
"message": {
7-
"content": "",
7+
"content": null,
88
"role": "assistant",
99
"tool_calls": [
1010
{

tests/contract/testdata/golden/openai/chat_with_tools.golden.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"finish_reason": "tool_calls",
55
"index": 0,
66
"message": {
7-
"content": "",
7+
"content": null,
88
"role": "assistant",
99
"tool_calls": [
1010
{

0 commit comments

Comments
 (0)