| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
type: {
type: Host.AidaClient.ParametersTypes.STRING,
description: 'The type of the widget to add.',
nullable: false,The fact that we don't have a union type available here concerns me; is the LLM good at understanding what types are available? Can we at least add them to the description here?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
type: {
type: Host.AidaClient.ParametersTypes.STRING,
description: 'The type of the widget to add.',
nullable: false,The fact that we don't have a union type available here concerns me; is the LLM good at understanding what types are available? Can we at least add them to the description here?
`this.declareFunction` has `type` which only accepts `type: 'insight' | 'network-request' | 'flamechart'. I assume it does the job?
I will add those in the description as well, shouldn't hurt.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |