autopilot
latest
false
Autopilot-Benutzerhandbuch
- Erste Schritte
- Capabilities
- Datenschutz und Governance
- Produktverfügbarkeit
- Frühere Autopilot-Funktionssätze
- Benutzerszenarien
- Leitfaden zur Eingabeaufforderung
- Beispielaufforderungen
- Autopilot-Nutzungspool für Tests
- Best Practices und Einschränkungen
- Unterstützte Modelle und Grenzwerte
- Anforderungen an die Qualitätsprüfung
- Generieren Sie Tests für die Anforderung
- Importieren Sie manuelle Testfälle
- Veraltete Tests finden
- Generieren Sie Tests für SAP-Transaktionen
- Generieren Sie synthetische Testdaten
- Generieren Sie Testberichte
- Generieren Sie codierte Testfälle
- Suchen Sie das Test Manager-Projekt
- Fehlersuche und ‑behebung
- Autopilot for Everyone
- Über Autopilot for Everyone
- Lizenzierung
- Benutzertypen
- Datenquellen
- Toolset-Automatisierungen
- Lokalisierung
- Voraussetzungen
- Autopilot-Widget
- Die Autopilot for Everyone-Mandantenkarte
- Prerequisites for installation
- Aktivieren von Anthropic-Modellen
- Installieren von Autopilot for Everyone
- Aktualisieren von Autopilot for Everyone
- Deinstallieren von Autopilot for Everyone
- Konfigurieren von Autopilot for Everyone
- Deaktivieren des Autopilot-Begrüßungsbildschirms im Assistant
- Konfigurieren eines LLM für Autopilot for Everyone
- Bereitstellen von Toolset-Automatisierungen
- Ablauf der Eingabeaufforderung zur Antwort
- Starten von Autopilot for Everyone
- Autopilot-Einstellungen für Geschäftsanwender
- Verwenden eines spezialisierten Autopilot
- Verwenden einer Startaufforderung
- Hochladen und Analysieren von Dateien
- Ausführen von Automatisierungen
- Interaktion mit Autopilot-Antworten
- Verwenden vorgeschlagener Aufforderungen
- Ein neuer Chat wird gestartet
- Chatverlauf
- Bereitstellen von allgemeinem Feedback
- Clipboard AI Enterprise-Version
- Entwerfen relevanter Automatisierungen für Autopilot for Everyone
- Fehlersuche und ‑behebung
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde.
Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.
Autopilot as a coding agent for Function projects in Studio Web: what you can do today and the tools it uses.
Autopilot in Studio Web can read and edit Function source files using natural language.
Verwenden Sie Autopilot, um:
- Understand what an existing function does — its input/output contract and whether it runs as an HTTP endpoint or a job.
- Edit Python or TypeScript/JavaScript source files — handlers, typed input/output schemas, and error handling.
- Explain how a function calls UiPath platform APIs, through the Python SDK or the
ctx.userandctx.robottokens in TypeScript/JavaScript. - Spot contract or configuration issues — a stale schema, an extensionless import, or a runtime dependency declared in the wrong place.
Tools
Before making changes, Autopilot reads the Functions skill for the open project. This skill covers both Python and TypeScript/JavaScript functions: typed input/output contracts, the functions map in uipath.json that identifies the project, and the platform APIs a function can call through the SDK.
It can read, edit, and search project files, and create new Function projects at the solution level. It also uses the platform skill for connections, connector activities, assets, queues, and jobs.
Bekannte Einschränkungen
- CLI not yet available in Studio Web — the
functionUiPath CLI (uip) command group is not yet shipped to Studio Web, so Autopilot cannot write, run, or publish functions from the browser today. It can only read and edit files. - Support for Functions in Studio Web is experimental: review generated changes before you run or publish them. You can switch back to the classic Autopilot experience from the chat title bar at any time — for Functions, the classic experience provides the generic set of tools only (web search and documentation search, no project-specific tools).