Skip to content

systemMessage in config.yaml is not applied to the prompt #5808

@lisyoen

Description

@lisyoen

Before submitting your bug report

Relevant environment info

- OS: Windows 10 Enterprise
- Continue version:
- IDE version: 1.0.10
- Model: Local LLM
- config:
  
name: Local Assistant
version: 1.0.0
schema: v1
models:
  - name: "Qwen/QwQ-32B"
    model: "Qwen/QwQ-32B"
    systemMessage: "Answer in Korean"
    provider: "openai"
    apiKey: "{API Key}"
    apiBase: "http://{localllmIP}:4000/v1"
    contextLength: 30000
    capabilities:
      - tool_use
    roles: [chat, edit, apply]
context:
  - provider: code
  - provider: docs
  - provider: diff
  - provider: terminal
  - provider: problems
  - provider: folder
  - provider: codebase
data:
  - name: "logs"
    schema: "0.2.0"
    events: ["autocomplete"]
    destination: "file:///d:/tmp/continue_logs/"
mcpServers:
  - name: Filesystem
    type: stdio
    command: cmd
    args: ["/c", "npx","-y", "@modelContextProtocol/server-filesystem", "d:/test"]
  - name: op_sharp
    type: stdio
    command: python
    args: [ "C:/Users/user/.continue/mcp/test_log.py"]
  - name: op-test
    type: stdio
    command: mcp
    args: ["-dev", "C:/Users/user/.continue/mcp/test_log.py"]

  OR link to assistant in Continue hub:

Description

The systemMessage field in config.yaml is not being applied to the prompt as expected.
This issue appears to have started after a recent update.

To reproduce

  1. Set the systemMessage in config.yaml to "Answer in Korean".
  2. Send "Hello" via the chat.
  3. The response is still in English.

Log output

No relevant logs are generated.

Metadata

Metadata

Labels

area:configurationRelates to configuration optionskind:bugIndicates an unexpected problem or unintended behavior

Type

No type
No fields configured for issues without a type.

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions