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
feat: extend parseBooleanFromText function with additional boolean values
- Added support for "ENABLE" and "DISABLE" as affirmative and negative cases respectively.
- Ensured consistent handling of null, undefined, and unrecognized inputs.
exportconststringArrayFooter=`Respond with a JSON array containing the values in a JSON block formatted for markdown with this structure:
@@ -150,12 +171,14 @@ export function parseJSONObjectFromText(
150
171
151
172
exportconstpostActionResponseFooter=`Choose any combination of [LIKE], [RETWEET], [QUOTE], and [REPLY] that are appropriate. Each action must be on its own line. Your response must only include the chosen actions.`;
0 commit comments