-
Notifications
You must be signed in to change notification settings - Fork 6
Docs Updates #106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs Updates #106
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,16 @@ Defang includes an AI-driven tool to help you debug your cloud applications. The | |
|
||
:::warning | ||
The AI debugging assistant is currently in preview and is currently limited in its capabilities. We plan to expand the capabilities of the AI assistant in the future. | ||
::: | ||
|
||
## How it works | ||
|
||
When you deploy a service to the [Defang Playground](./defang-playground.md), the Defang CLI will wait for the service's status to switch to healthy. If the service fails to deploy, the AI debugger will kick in. It will analyze the logs and files in your project to identify the issue and provide you with a suggested fix. | ||
|
||
:::warning | ||
The AI debugger currently only works in Playground. | ||
::: | ||
|
||
:::info | ||
The AI debugger only kicks in when the service fails to deploy. At the moment, we do not offer any way to trigger the AI debugger manually. | ||
|
||
::: |
Uh oh!
There was an error while loading. Please reload this page.