-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(agent): changed regex for tool use extraction to look for optional "Input:" prefix to comply with Cohere command-r models #1654
refactor(agent): changed regex for tool use extraction to look for optional "Input:" prefix to comply with Cohere command-r models #1654
Conversation
…"Input:" prefix to comply with Cohere command-r models
🦋 Changeset detectedLatest commit: 17345f8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 12 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@nea is attempting to deploy a commit to the LlamaIndex Team on Vercel. A member of the Team first needs to authorize it. |
Thanks @nea - did you test that also with other models? |
@llamaindex/autotool
@llamaindex/cloud
@llamaindex/core
@llamaindex/community
@llamaindex/env
@llamaindex/experimental
llamaindex
@llamaindex/node-parser
@llamaindex/readers
@llamaindex/wasm-tools
@llamaindex/workflow
@llamaindex/anthropic
@llamaindex/clip
@llamaindex/cohere
@llamaindex/deepinfra
@llamaindex/google
@llamaindex/groq
@llamaindex/huggingface
@llamaindex/mistral
@llamaindex/mixedbread
@llamaindex/ollama
@llamaindex/openai
@llamaindex/portkey-ai
@llamaindex/replicate
@llamaindex/vllm
@llamaindex/vercel
@llamaindex/astra
@llamaindex/azure
@llamaindex/chroma
@llamaindex/milvus
@llamaindex/mongodb
@llamaindex/pinecone
@llamaindex/postgres
@llamaindex/qdrant
@llamaindex/upstash
@llamaindex/weaviate
commit: |
Ahoy @marcusschiesser , I tested it locally with command-r, llama3.2 and deepseek-r1 as referencial models |
Ahoy
Referring to #1652 to make agent tool use extraction more flexible and also include models by Cohere from their
command-r
line.Thank you for your consideration.