poe-platform / fastapi_poe

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

Function calling support coroutine function #92

Closed canwushuang closed 5 months ago

canwushuang commented 5 months ago

Use inspect.iscoroutinefunction() to check if it's a coroutine.