PromptUtility
public
class
PromptUtility
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.ai.PromptUtility |
Ein Tool zum Erstellen von Prompts aus dem Kontext.
Zusammenfassung
Öffentliche Konstruktoren | |
|---|---|
PromptUtility()
|
|
Öffentliche Methoden | |
|---|---|
static
PromptResponse
|
runPromptTemplate(String apiKey, PromptUtility.PromptTemplate template, TestDescription description, String stacktrace,
Prompt auf Grundlage einer Vorlage erstellen |
Öffentliche Konstruktoren
PromptUtility
public PromptUtility ()
Öffentliche Methoden
runPromptTemplate
public static PromptResponse runPromptTemplate (String apiKey, PromptUtility.PromptTemplate template, TestDescription description, String stacktrace,contextFiles)
Prompt auf Grundlage einer Vorlage erstellen
| Returns | |
|---|---|
PromptResponse |
|