Compatibility Issues with DeepSeek-R1 Model Response Format #200
Labels
core
Fundamental operations and essential features of AgenticJS
integrations
Adding support for third-party tools, agents, or services
library
Issues and enhancements directly related to the codebase of the library component of the project.
llms
Describe the Bug
The DeepSeek-R1 model outputs a response format incompatible with KaibanJS's default prompt engineering setup, which expects JSON-formatted responses. This mismatch causes workflows using the DeepSeek-R1 model to fail during execution. The reasoning-based response structure from the model needs specific adjustments to the parsing logic or prompt tuning in KaibanJS.
Steps to Reproduce
Configure an agent in KaibanJS to use the DeepSeek-R1 model:
Execute a workflow with the agent.
Current vs. Expected Behavior
Additional Notes
The text was updated successfully, but these errors were encountered: