File tree Expand file tree Collapse file tree 3 files changed +0
-16
lines changed
src/renderer/src/components/Markdown Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,6 @@ MacOS:
1818
1919[ <img src =" https://img.shields.io/badge/Download_FOR_MAC-Latest%20Release-blue?style=for-the-badge&logo=apple " alt =" Download Latest Release " height =" 40 " >] ( https://github.com/aws-samples/bedrock-engineer/releases/latest/download/bedrock-engineer-1.0.0.dmg )
2020
21- Windows:
22-
23- [ <img src =" https://img.shields.io/badge/Download_FOR_Windows-Latest%20Release-blue?style=for-the-badge " alt =" Download Latest Release " height =" 40 " >] ( https://github.com/aws-samples/bedrock-engineer/releases/latest/download/bedrock-engineer-1.0.0-setup.exe )
24-
2521<details >
2622<summary >Tips for Installation</summary >
2723
@@ -143,7 +139,6 @@ npm run build:linux
143139| ` executeCommand ` | コマンドの実行やプロセスへの入力送信を管理します。2つの動作モードがあり、1)コマンドと作業ディレクトリを指定して新規プロセスを開始、2)既存のプロセスIDを指定して標準入力を送信できます。セキュリティ上の理由から、許可されたコマンドのみが実行可能で、設定で指定されたシェルを使用します。登録されていないコマンドは実行できません。データベースに接続するコマンド、APIを実行するコマンド、別の AI エージェントを呼び出すコマンドなどを登録することで、エージェントの能力を拡張することができます。 |
144140| |
145141
146-
147142<details >
148143<summary >Tips for Integrate Bedrock Agents</summary >
149144
@@ -153,7 +148,6 @@ npm run build:linux
153148
154149</details >
155150
156-
157151## Website Generator
158152
159153ウェブサイトを描画するソースコードを生成し、リアルタイムにプレビューします。現在は以下のライブラリに対応しています。また、追加で指示を与えることで対話的にコードを生成することができます。
Original file line number Diff line number Diff line change @@ -18,10 +18,6 @@ MacOS:
1818
1919[ <img src =" https://img.shields.io/badge/Download_FOR_MAC-Latest%20Release-blue?style=for-the-badge&logo=apple " alt =" Download Latest Release " height =" 40 " >] ( https://github.com/aws-samples/bedrock-engineer/releases/latest/download/bedrock-engineer-1.0.0.dmg )
2020
21- Windows:
22-
23- [ <img src =" https://img.shields.io/badge/Download_FOR_Windows-Latest%20Release-blue?style=for-the-badge " alt =" Download Latest Release " height =" 40 " >] ( https://github.com/aws-samples/bedrock-engineer/releases/latest/download/bedrock-engineer-1.0.0-setup.exe )
24-
2521<details >
2622<summary >Tips for Installation</summary >
2723
Original file line number Diff line number Diff line change 7777 background-color : # f2f2f2 ;
7878 border : 1px solid # ddd ;
7979 text-align : left;
80- white-space : nowrap;
81- overflow : hidden;
82- text-overflow : ellipsis;
8380 max-width : 100px ;
8481 min-width : 100px ;
8582}
8885 padding : 6px ;
8986 border : 1px solid # ddd ;
9087 text-align : left;
91- white-space : nowrap;
92- overflow : hidden;
93- text-overflow : ellipsis;
9488 max-width : 100px ;
9589 min-width : 100px ;
9690}
You can’t perform that action at this time.
0 commit comments