hoanghm / Proact

2 stars 0 forks source link

Experiment with prompt templates and generate "missions" based on user information #53

Open hoanghm opened 5 days ago

hoanghm commented 5 days ago

Find some prompt templates that are "reasonably" good (doesn't have to be perfect for now, but should be decent)

hoanghm commented 3 days ago

Tool call to do an internet search is working and the AI does use it when the prompt is very simple such as "What cookie recipe is trending online".

However, the AI is not calling the tool to look up "environmental problems" near an area even when the prompt explicitly tells it to. --> May need to hardcode some chains of prompts instead of using function calling.

hoanghm commented 1 day ago

Completed all listed todos. Missions can now be generated consistently and reliably. The quality of missions generated is not ideal yet, but more improvements will be added with more testing and prompt engineering.