Skip to content

Commit 4d5e949

Browse files
wanlin31copybara-github
authored andcommitted
chore: internal change
PiperOrigin-RevId: 899110561
1 parent 894bc93 commit 4d5e949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interactions/resources/interactions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class BaseInteractions extends APIResource {
2424
* ```ts
2525
* const interaction = await client.interactions.create({
2626
* api_version: 'api_version',
27-
* input: [{ text: 'text', type: 'text' }],
27+
* input: { text: 'text', type: 'text' },
2828
* model: 'gemini-2.5-computer-use-preview-10-2025',
2929
* });
3030
* ```

0 commit comments

Comments
 (0)