8000 chore(docs): remove unnecessary param examples · anthropics/anthropic-sdk-python@a4fb7a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit a4fb7a9

Browse files
chore(docs): remove unnecessary param examples
1 parent 2ca6aba commit a4fb7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ message = client.messages.create(
393393
}
394394
],
395395
model="claude-3-7-sonnet-20250219",
396-
metadata={"user_id": "13803d75-b4b5-4c3e-b2a2-6f21399b021b"},
396+
metadata={},
397397
)
398398
print(message.metadata)
399399
```

0 commit comments

Comments
 (0)
0