You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
solved issue that adaptation crashes when havig multiple nested promp… (#1181)
I have faced the issue that when I adapt some prompts, some of the
key-value pairs are objects itself and then do not get stored properly.
The adaptation does not fail, however, when loading those prompt, they
break since they are not in proper json format. This fix solves this
particular issue I am using json.dumps on those object to store
json-conform strings.
Co-authored-by: Sergiu Soima <[email protected]>
0 commit comments