0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Zed】エージェントパネルに処理時間などを表示する方法

0
Posted at

設定方法

エージェントの統計情報を表示するには、Zedの設定ファイルに以下を追加します。

{
  "agent": {
  	"show_turn_stats": true
  }
}

デフォルトではfalseに設定されているため、明示的に有効化する必要があります。

表示される情報

この機能を有効にすると、エージェントパネルに以下の情報が表示されます。

  • 処理時間: エージェントがメッセージを処理するのにかかった時間
  • トークン数: 使用したトークンの数)

screen-shot-817.png

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?