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
test("parse string tool first line shebang",async()=>{
292
292
consttool="\n#!/usr/bin/env python\nHow much wood would a woodchuck chuck if a woodchuck could chuck wood?"
293
-
constresponse=awaitg.parseTool(tool)
293
+
constresponse=awaitg.parseContent(tool)
294
294
expect(response).toBeDefined()
295
295
expect(response).toHaveLength(1)
296
296
expect((response[0]asgptscript.Tool).instructions).toEqual("#!/usr/bin/env python\nHow much wood would a woodchuck chuck if a woodchuck could chuck wood?")
0 commit comments