Skip to content

Commit 0251f09

Browse files
author
qing
committed
deepseek 需要"type": "object"参数,否则会响应400错误
1 parent f7f9ba8 commit 0251f09

File tree

1 file changed

+1
-0
lines changed
  • spring-ai-alibaba-jmanus/src/main/java/com/alibaba/cloud/ai/example/manus/tool/textOperator

1 file changed

+1
-0
lines changed

spring-ai-alibaba-jmanus/src/main/java/com/alibaba/cloud/ai/example/manus/tool/textOperator/TextFileOperator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,7 @@ Perform various operations on text files (including md, html, css, java, etc.).
552552
public String getParameters() {
553553
return """
554554
{
555+
"type": "object",
555556
"oneOf": [
556557
{
557558
"type": "object",

0 commit comments

Comments
 (0)