コンテンツにスキップ
これは最新の機能を備えた最新リリースですが、長期サポートは提供されません。サポートを継続するには、新しいリリースごとにアップグレードするか、四半期ごとの安定版リリースをご利用ください。

For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.

arctl init prompt

Page as Markdown

プロンプト用の新しい宣言型 <name>.yaml を作成します

ar.dev/v1alpha1 宣言型形式を使用して、現在のディレクトリに新しい <name>.yaml を作成します。コードのスキャフォールディングは生成されません。

生成されたファイルは arctl apply -f my-prompt.yaml で直接適用できます。

使用方法

arctl init prompt NAME [flags]

例:

arctl init prompt my-prompt
arctl init prompt my-prompt --description "System prompt for summarization"

コマンド固有のフラグ

--content string: Initial prompt content (default "You are a helpful assistant.").
--description string: Prompt description.

グローバルフラグ

-h, --help: Display help information for the command.
--output-dir string: Parent directory under which the project is created. Defaults to the current directory.