Skip to content
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

idea use tool , no respone #4986

Open
3 tasks
gqhuang14920 opened this issue Apr 4, 2025 · 1 comment
Open
3 tasks

idea use tool , no respone #4986

gqhuang14920 opened this issue Apr 4, 2025 · 1 comment
Assignees

Comments

@gqhuang14920
Copy link

Before submitting your bug report

Relevant environment info

- OS: window
- Continue version: 1.0.10
- IDE version: 2024.3.4
- Model: deepseek-v3
- config:
  
{
  "models": [
    {
      "title": "个人ds",
      "provider": "siliconflow",
      "model": "deepseek-ai/DeepSeek-V3",
      "contextLength": 128000,
      "maxTokens": 16000,
      "apiBase": "https://api.siliconflow.cn/v1/",
      "apiKey": "xxxxxx",
      "temperature": 0,
      "capabilities": {
        "tools": true
      }
    }
  ],
  "contextProviders": [
    {
      "name": "code",
      "params": {}
    },
    {
      "name": "docs",
      "params": {}
    },
    {
      "name": "diff",
      "params": {}
    },
    {
      "name": "terminal",
      "params": {}
    },
    {
      "name": "problems",
      "params": {}
    },
    {
      "name": "folder",
      "params": {}
    },
    {
      "name": "codebase",
      "params": {}
    },
    {
      "name": "mcp",
      "params": {}
    }
  ],
  "slashCommands": [
    {
      "name": "share",
      "description": "Export the current chat session to markdown"
    },
    {
      "name": "cmd",
      "description": "Generate a shell command"
    },
    {
      "name": "commit",
      "description": "Generate a git commit message"
    }
  ],
  "tabAutocompleteModel": {
  
  },
  "embeddingsProvider": {
    "provider": "free-trial"
  },
  "reranker": {
    "name": "free-trial"
  },
  "experimental": {
    "modelContextProtocolServers": [
      {
        "transport": {
          "name": "API DOC",
          "type": "stdio",
          "command": "E:\\java\\javaTool\\jdk-17\\bin\\java",
          "args": [
            "-jar",
            "E:\\java\\javaCode\\lg-mcp\\target\\lg-mcp-1.0.jar"
          ]
        }
      }
    ]
  }
}
  
  OR link to assistant in Continue hub:

Description

Request options

{}

Prompt

You are an AI programming assistant, utilizing the DeepSeek Coder model, developed by DeepSeek Company, and your role is to assist with questions related to computer science. For politically sensitive questions, security and privacy issues, and other non-computer science questions, you will not answer.

call getApiDocBySid ,sid = "10025"

Response:

To reproduce

No response

Log output

@gqhuang14920
Copy link
Author

getApiDocBySid is mcp tools

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants