feat(tools): google slides tool, terminal console virtualization, tool fixes (#2209)

* feat: google slides tool

* fix oauth for slides, add remaining endpoints, update docs

* optimize json dump viewer using react window

* change slides to use google drive credentials

* fix some tools

* ack PR comments

---------

Co-authored-by: waleed <walif6@gmail.com>
Co-authored-by: Vikhyath Mondreti <vikhyath@simstudio.ai>
This commit is contained in:
Emir Karabeg
2025-12-06 12:16:21 -08:00
committed by GitHub
parent a50edf8131
commit 0b28128f25
55 changed files with 3396 additions and 201 deletions

View File

@@ -84,7 +84,8 @@ export const intercomCreateCompanyTool: ToolConfig<
type: 'number',
required: false,
visibility: 'user-only',
description: 'How much revenue the company generates for your business',
description:
'How much revenue the company generates for your business. Note: This field truncates floats to whole integers (e.g., 155.98 becomes 155)',
},
custom_attributes: {
type: 'string',