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.
Solution:Jump to solution
@Savannah, you can change the type to number of the variable
tempereature-setting
and 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.
1 Reply
Solution
@Savannah, you can change the type to number of the variable
tempereature-setting
and 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-outputsUpdate 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.