PromptUtility
public
class
PromptUtility
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.ai.PromptUtility |
一种用于根据上下文精心设计提示的实用程序。
摘要
公共构造函数 | |
|---|---|
PromptUtility()
|
|
公共方法 | |
|---|---|
static
PromptResponse
|
runPromptTemplate(String apiKey, PromptUtility.PromptTemplate template, TestDescription description, String stacktrace,
根据模板撰写提示 |
公共构造函数
PromptUtility
public PromptUtility ()
公共方法
runPromptTemplate
public static PromptResponse runPromptTemplate (String apiKey, PromptUtility.PromptTemplate template, TestDescription description, String stacktrace,contextFiles)
根据模板精心设计提示
| 返回 | |
|---|---|
PromptResponse |
|