SavannahS
BuildShip16mo ago
1 reply
Savannah

Savannah - Anyone know how to remove double quo...

Anyone know how to remove double quotation when using variable.

For example, the temperature and max token value need to be integer with no double quotation.
Screenshot_2024-09-19_at_3.33.27_PM.png
Solution
@Savannah, you can change the type to number of the variable tempereature-settingand max-token-settings in the output schema from where you are getting, it should solve the issue and give you values in number.

For updating output schema you can check out - https://docs.buildship.com/basics/update-outputs
image.png
The Output configuration tab allows you to define the structure of the output generated by the node. This output configuration makes it easier for users to access the specific values being returned from the node without using complex dot notations.
Was this page helpful?