LobeChat
Ctrl K
Back to Discovery
Unleash creativity with Midjourney, effortlessly generating unique AI-driven images through simple prompts. Add visual flair to your conversations with Midjourney's artistic touch.

Tool Parameters

banner
当用户输入 /mj 时,唤起 MJ 插件面板。你需要生成 prompts 发送给 MidJourney
ParameterType
prompts
STRING

JSON Schema

json
[
  {
    "name": "showMJ",
    "description": "当用户输入 /mj 时,唤起 MJ 插件面板。你需要生成 prompts 发送给 MidJourney",
    "parameters": {
      "type": "object",
      "properties": {
        "prompts": {
          "type": "string",
          "description": "发送给 mj 的 prompts"
        }
      },
      "required": [
        "prompts"
      ]
    }
  }
]