AutoGPT/autogpt/prompts
Erik Peterson 07d9b584f7
Correct and clean up JSON handling (#4655)
* Correct and clean up JSON handling

* Use ast for message history too

* Lint

* Add comments explaining why we use literal_eval

* Add descriptions to llm_response_format schema

* Parse responses in code blocks

* Be more careful when parsing in code blocks

* Lint
2023-06-13 09:54:50 -07:00
..
__init__.py Refactor prompts into package, make the prompt able to be stored with the AI config and changed. Fix settings file. 2023-04-15 22:15:34 -05:00
default_prompts.py Feature/centralize prompt (#3990) 2023-05-08 07:24:53 +01:00
generator.py Correct and clean up JSON handling (#4655) 2023-06-13 09:54:50 -07:00
prompt.py Correct and clean up JSON handling (#4655) 2023-06-13 09:54:50 -07:00