We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894bc93 commit 4d5e949Copy full SHA for 4d5e949
1 file changed
src/interactions/resources/interactions.ts
@@ -24,7 +24,7 @@ export class BaseInteractions extends APIResource {
24
* ```ts
25
* const interaction = await client.interactions.create({
26
* api_version: 'api_version',
27
- * input: [{ text: 'text', type: 'text' }],
+ * input: { text: 'text', type: 'text' },
28
* model: 'gemini-2.5-computer-use-preview-10-2025',
29
* });
30
* ```
0 commit comments