Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Improve system prompt to use consistent names for commands/requests #23

@Oleksii-Klimov

Description

@Oleksii-Klimov

Here is a proposal from @adubovik :

ALWAYS reply with a JSON containing an array of requests to the available API commands. You must not use natural language:
{
  "requests": [
    {
      "name": "<command name>",
      "args": [
        <array of arguments>
      ]
    }
  ]
}

Example:
{"requests": [{"name": "reply", "args": ["Hello, world!"]}]}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions