- 基本情報
- Studio Web での UiPath Agents
- UiPath のコード化されたエージェント

Agents ガイド
Limitations and FAQ
We are actively working on adding new capabilities. Please be aware of the following current limitations:
| 機能 | 説明 |
|---|---|
| ユーザー プロンプト | User prompts are not required. These agents do not rely on predefined prompts to collect input. Instead, they consume messages in real time and respond accordingly, one turn at a time. |
| データ マネージャー | Data Manager は現在無効化されています。出力は会話中に会話型エージェントによって動的に生成されるため、出力引数を設定する必要はありません。入力の設定機能 (会話を初期化するための高レベルのパラメーター) は、今後のリリースで利用可能になる予定です。 |
| ファイルのアップロード | You must add a file analysis tool such as Analyze Attachment, an IXP tool, or a workflow which can process uploaded files. We recommend only uploading image files (png, jpg, jpeg, tif, tiff) and PDF files smaller than 5MB. |
| ローカルのデスクトップ オートメーション | The agent cannot run automations that interact with the your local desktop (e.g., via Assistant). We are working on this capability in a future release. |
| 個人用コネクション | You cannot run tools using your personal Integration Service connections. Only Shared connections are available. |
| 音声でのやり取り | エージェントとは、テキスト コマンドでのみやり取りできます。 プッシュツートークと双方向の音声でのやり取りは、今後のリリースでプレビューで利用できるようになります。 |
| ツールの確認 | エージェントは、ツールを実行する前に確認を求めません。 |
よくある質問
会話型エージェントがインスタンスの管理で開始しない場合は、以下の要件を確認してください。
- Make sure you have assign an unattended robot to the solution folder that contains your agent.
- 会話エージェント ソリューションが存在する正しいテナントに存在することを確認します。
これらのリソースがないと、エージェントをインスタンスの管理からトリガーしても、エージェントは初期化または実行されません。
Why am I getting a connection error when running tools?
The agent needs to have access to the same connections you used at design-time to debug the agent. If your solution uses Integration Service connections, create and manage those connections in a shared Orchestrator folder. Use the shared connections during design time, then publish the solution as a subfolder within the same shared folder. This setup ensures the solution automatically inherits the parent folder’s connections.
How can I enable voice interaction for my conversational agents?
We are still working on enabling push-to-speak and always-on modes for conversational agents, as well as IVR integrations. This will be available in a future release.
How can I embed conversational agents in my application?
You can embed conversational agents using the iFrame approach outlined in this documentation. We are working closely with the UiPath SDK team to enable usage of our APIs with custom front-ends and applications. This will be available in a future release.