mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -05:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user