Conversation
feat: add javelin guardrails
…aming settings to conf and handle reloading the conf file during runtime
…th vertex and gemini
…th vertex and gemini
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-HONO-12668833 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073
…of-the-same-kind-in-a-hook handle multiple checks of the same type in a hook
feat: add CometAPI provider integration
…dator-response chore: handle object response from pre request validator function
…tokens use invoke model to count tokens for anthropic through bedrock
add input_audio parameter support for vertex
…-simple-system-messages improvement: forward cache control parameter for plain text content (system messages)
Co-authored-by: miguelmanlyx <220451577+miguelmanlyx@users.noreply.github.com>
Co-authored-by: miguelmanlyx <220451577+miguelmanlyx@users.noreply.github.com>
provider: Add AI Badgr as OpenAI-compatible provider
fix(docs): broken links
feat(provider): add AI Badgr OpenAI-compatible provider
…-parts concatenate multple text parts for gemini models
feat: Add support for Anthropic advanced tool use beta features
feat: support azure v1 api & send deployment-name for responses
…oute allow anthropic beta header for all routes on anthropic provider
oracle provider
…s-to-plugin add hallucination eval
…pic-stream-response feat: add openai compatible response support for anthropic on azure
improvements for nano banana
Anthropic added support for tool_choice: {type: 'none'} in February 2025.
This change adds handling for the 'none' value in the tool_choice transform
function to return {type: 'none'} instead of silently ignoring it.
Fixes #1474
fix(anthropic): add support for tool_choice=none
…nking-support-for-ollama feat: add thinking parameter to OllamaChatCompleteConfig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Motivation
Type of Change
How Has This Been Tested?
Screenshots (if applicable)
Checklist
Related Issues