You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, I want to remove the Message structure in model to avoid unnecessary memory allocation in into_message, and also simplify the whole process. This will not be a breaking change because user don't really use this structure.
Update: We didn't support progess token in previous version, but we had to handle this now, because we should figure out the corresponded request id for progress notification now.
@dbettin I plan to merge #84 firstly and then implement streamable http transport and authorization. Works in #84 are almost done. If you have a good implementation for streamable http transport, you can post it so we can have a discussion on it.
Here's a todo list:
And if there are any omissions, please add them below.
The text was updated successfully, but these errors were encountered: