LLM Artifact
| KEY | TYPE | Description |
|---|---|---|
| llmArtifactId | ID | The ID of the LLM artifact |
| info | dict | The info of the LLM artifact |
| description | str | The description of the LLM artifact |
| createdAt | str | The creation timestamp |
| webAppDeploymentId | ID | The ID of the associated web app deployment |
| deploymentStatus | str | The status of the associated web app deployment |
| isLatest | bool | Whether it is the most recent version of the artifact |
| deploymentConversationId | ID | The ID of the deployment conversation |
| webAppProjectId | ID | The ID of the web app project |
| hasDatabase | bool | Whether the app associated with the artifact has a database |
| hasStorage | bool | Whether the app associated with the artifact has a storage |