PromptUtility
public
class
PromptUtility
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.ai.PromptUtility |
Một tiện ích để tạo câu lệnh dựa trên ngữ cảnh.
Tóm tắt
Hàm khởi tạo công khai | |
|---|---|
PromptUtility()
|
|
Phương thức công khai | |
|---|---|
static
PromptResponse
|
runPromptTemplate(String apiKey, PromptUtility.PromptTemplate template, TestDescription description, String stacktrace,
Soạn câu lệnh dựa trên mẫu |
Hàm khởi tạo công khai
PromptUtility
public PromptUtility ()
Phương thức công khai
runPromptTemplate
public static PromptResponse runPromptTemplate (String apiKey, PromptUtility.PromptTemplate template, TestDescription description, String stacktrace,contextFiles)
Soạn câu lệnh dựa trên mẫu
| Giá trị trả về | |
|---|---|
PromptResponse |
|