Skip to content

Commit 668611f

Browse files
chore(readme): use better example snippet for undocumented params
1 parent 6898954 commit 668611f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,9 +474,8 @@ parameter. This library doesn't validate at runtime that the request matches the
474474
send will be sent as-is.
475475

476476
```ts
477-
client.foo.create({
478-
foo: 'my_param',
479-
bar: 12,
477+
client.chat.completions.create({
478+
// ...
480479
// @ts-expect-error baz is not yet public
481480
baz: 'undocumented option',
482481
});

0 commit comments

Comments
 (0)