Matthias

Results 12 comments of Matthias

Super stoked about this! I was just investigating building something like this myself…so super stoked we are gonna get official support!

> Hi all! The devs of [IFC.js](https://ifcjs.github.io/info/) here. > > We would benefit greatly from this feature and are willing to invest resources into this. I don't know the state...

> We were thinking of a $1000 bounty Happy to match that! We also manage our contributions via OpenCollective

For what its worth I am using this npm lib because it does not use scrollIntoView! scrollIntoView has some nasty side effects such as shifting the whole parent when the...

Would transpiling user code from typescript to JavaScript help mitigate such attacks?

yeah, seems like typescript transpiling catches this! here are the options I used: ``` const compilerOptions = { allowJs: true, target: ts.ScriptTarget.ES2020, lib: ["ES2020"], module: ts.ModuleKind.CommonJS, noEmitOnError: true, }; const...

@mgesmundo will you commit the regex to the repo?

Figured it out...its a issue with the FORMAT_INSTRUCTIONS needs to add "and make sure to use valid json newline characters." and be: ```ts export const FORMAT_INSTRUCTIONS = `RESPONSE FORMAT INSTRUCTIONS...

@nfcampos would this make sense to open a PR for? and should it be configurable? Either by allowing to pass a custom prompt in or via a parameter?

without ```json { "action": "Final Answer", "action_input": "1. Treat others as you would like to be treated. 2. Always be honest and true to yourself. 3. Embrace learning and personal...