generate
Request code generation from Codex CLI (GPT-5.4) by providing a description, language, and optional working directory or output file.
Instructions
Codex CLI(GPT-5.4)にコード生成を依頼。
Args: description: 生成するコードの説明(日本語OK) language: プログラミング言語 cwd: 作業ディレクトリ output_file: 出力ファイルパス(空の場合はコードを返す)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| language | No | python | |
| description | Yes | ||
| output_file | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |