poe-platform / fastapi_poe

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

Update query.query to request.query #19

Closed krisyang1125 closed 9 months ago

krisyang1125 commented 9 months ago

Change local variable naming of QueryRequest from query to request for less confusion.