poe-platform / fastapi_poe

A helper library for writing Poe API bots using FastAPI
Apache License 2.0
112 stars 21 forks source link

Modify stream_request_base using a decorator to extract function results from tools_results and place them into ProtocolMessage for better bot compatibility. #100

Open canwushuang opened 2 months ago

canwushuang commented 2 months ago

1.Modify stream_request_base using a decorator to extract function results from tools_results and place them into ProtocolMessage for better bot compatibility. 2.Set default tool bot as 'ChatGPT'. (In my opinion)