Savannah
Savannah2mo ago

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.
No description
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...
Update Node Output – BuildShip
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.
No description
Jump to solution
1 Reply
Solution
Gaurav Chadha
Gaurav Chadha2mo ago
@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
Update Node Output – BuildShip
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.
No description