Skip to content

Commit

Permalink
docs: adjust additional properties example
Browse files Browse the repository at this point in the history
chore: unknown commit message
  • Loading branch information
stainless-bot authored and Stainless Bot committed Sep 12, 2024
1 parent 1e5d0cd commit 5d05171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ if (field.isMissing()) {
Sometimes, the server response may include additional properties that are not yet available in this library's types. You can access them using the model's `_additionalProperties` method:

```java
JsonValue secret = chatCompletion._additionalProperties().get("secret_field");
JsonValue secret = errorObject._additionalProperties().get("secret_field");
```

---
Expand Down

0 comments on commit 5d05171

Please sign in to comment.