Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: poe-platform/fastapi_poe

Tags

0.0.71

Toggle 0.0.71's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Quick fix: allow non-inline attachments (#185)

0.0.70

Toggle 0.0.70's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Handle SSE's index field (#184)

Parse the Server Sent Event's `index` field (if any) and convert it to PartialResponse.index.

0.0.69

Toggle 0.0.69's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
types: add index to PartialResponse, privacy_authorization_error (#183)

0.0.68

Toggle 0.0.68's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Quick fix for missing yield in tool calling (#181)

0.0.67

Toggle 0.0.67's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add role="tool" and message_type field to ProtocolMessage (#180)

* client: add default_headers to _BotContext

* Add role=tool and message_type fields to ProtocolMessage

* format

* remove unnecessary tests

0.0.66

Toggle 0.0.66's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update pyproject 0.0.66 (#178)

for release

0.065

Toggle 0.065's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feature: add ParameterControls (#176)

* Add parameter_controls setting and pydantic types

* Add parameters field to ProtocolMessage

* Bump Poe Protocol version to 1.2

* Bump SettingsResponse version to 2

0.064

Toggle 0.064's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
client: add extra_headers to stream_request() (#173)

* client: add default_headers to _BotContext

* client: add default_headers to _BotContext

* remove accidental comma

* extra_headers: address comments and rename default_headers to extra_headers

* remove accidental comma from formatter again

0.0.63

Toggle 0.0.63's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fp.upload_file: make async/sync separate versions (#169)

make upload_file_sync a sync wrapper around the original async upload_file

0.0.62

Toggle 0.0.62's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Introduce error_caused_error (#161)

* Introduce error_caused_error

Add new error type for user caused error for server bots

* Fix Lint