Skip to main content
Version: 13.x (Current)

Mia Assistant

The Mia Assistant is a powerful tool that can help you with various tasks related to your projects. It can assist you in generating code, debugging, and providing suggestions based on your input.

It can also help you with documentation, searching for information, and answering questions related to your projects.

ai-assistant

Commands

info

Commands can be enabled by Company settings, see Company Settings for more information.

The supported commands are the following. If no command is specified, the assistant will search in the documentation to provide you with the best answer.

Debug

The /debug command allows you to debug the Runtime of your Project. It fetches the Runtime logs and provides you a response to the query you provided. It is possible to filter by service name and request id to get more specific information.

info

Since the Debug command acts at the Project level, make sure you are within a Project to use it.

Examples

Some examples in the usage of the command are:

  • /debug Are there any errors in api-gateway service?
  • /debug Trace the request with id 1234567890 in the api-gateway and crud-service services