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
feat: extend LLMFinishedEvent with messages and functions.
feat: enable context receivers in agents and functions.
feat: update pdf reader library
feat: add log context to agents and events
feat: add extract function for filters.
fix!: apply shortcut filters only to latest message of a conversation.
feat: add template extensions.
feat: add SemanticRouter to spring boot starter
feat: add ChatCompletionSettings to LLMFinishedEvent
feat: add TextEmbedder interface and implemetations, Ollama and Azure.