gravelBridge / AutoGPT-BingAI

An AutoGPT plugin to enable Bing AI in AutoGPT.
MIT License
172 stars 33 forks source link

Agent' object has no attribute 'prompt where dose it come from? #15

Open 5632515 opened 1 year ago

5632515 commented 1 year ago

when I run the App .It shows : Command ask_genius_bing returned: Error: 'Agent' object has no attribute 'prompt'

5632515 commented 1 year ago

-=-=-=-=-=-=-= COMMAND AUTHORISED BY USER -=-=-=-=-=-=-= SYSTEM: Command ask_genius_bing returned: Error: 'Agent' object has no attribute 'prompt' \ Thinking...

5632515 commented 1 year ago
截屏2023-06-13 11 40 03
DarioBonini commented 1 year ago

Same question

5632515 commented 1 year ago

It seems that it caused by upgraded autogpt 4.0 when the 'Agent' class dosent have 'prompt' anymore but have two 'xxx-prompt' like attributes

DarioBonini commented 1 year ago

Sembra che sia causato dall'aggiornamento di autogpt 4.0 quando la classe 'Agent' dosent ha 'prompt' più ma ha due attributi 'xxx-prompt' come

Thank you. any suggestions on how to fix it?