instructlab / ui

Place to hack on UI for InstructLab
Apache License 2.0
15 stars 36 forks source link

Amend skill doesn't populate the yaml properly #62

Closed vishnoianil closed 4 months ago

vishnoianil commented 4 months ago

Amending the existing skill PR, doesn't generate the qna.yaml in the same way (Although yaml seems okay). Please see this example PR.

https://github.com/instructlab-public/test-taxonomy/pull/9/files

I amended the first set of question/answer/context and it updated the PR okay, but removed the quotes around string values.

https://github.com/instructlab-public/test-taxonomy/pull/9/files#diff-9a5614e04ed4f578174cb55c837d49280a2240e2a22b3d59853e0d4b83e61ea0R5

vishnoianil commented 4 months ago

cc : @nerdalert

vishnoianil commented 4 months ago

It might be non issue, because when i revert the values from 11a -> 11, the quotes appears again.