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
refactor: simplify API response handling and static params
- Removed string truncation of tool results in chat API response to return complete data
- Simplified tool result handling by directly returning the result without type conversion
- Removed unnecessary async declarations from onFinish callback and generateStaticParams
- Cleaned up response formatting logic in chat route handler
0 commit comments