Skip to content

[Bug Report]: "session" problem in config.jsonΒ #1800

@wglfirst

Description

@wglfirst

Version

v0.3.0

Issue Type

  • Select a issue type πŸ‘‡
  • Agent TARS Web UI (@agent-tars/web-ui)
  • Agent TARS CLI (@agent-tars/server)
  • Agent TARS Server (@agent-tars/server)
  • Agent TARS (@agent-tars/core)
  • MCP Agent (@tarko/mcp-agent)
  • Agent Kernel (@tarko/agent)
  • Other (please specify in description)

Model Provider

  • Select a model provider πŸ‘‡
  • Volcengine
  • Anthropic
  • OpenAI
  • Azure OpenAI
  • Other (please specify in description)

Problem Description

I set the config.json as:
{
"model": {
"provider": "openai-compatible",
"id": "qwen2.5:32b",
"baseURL": "http://127.0.0.1:11434/v1",
"max_tokens": 1024,
"temperature": 0.7,
"timeout": 30000,
"session.enabale": true
},
"session": {
"enable": true,
"timeout": 7200,
"max_history": 20,
"storage": "local"
}
}
But Tars can not read "session", it can not understand the upon context.

Error Logs

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions