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
Fixed a bug in structured response generation where the last message was being excluded from the prompt. This could lead to incomplete context for the LLM when generating structured responses. Now all messages are included (#3976)
Simplified the tool function examples in the documentation by removing unnecessary datetime parameters and fixing return type annotations (#3827)