Skip to content

Commit 54dadec

Browse files
committed
approaches label update
1 parent 9c78923 commit 54dadec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/frontend/src/pages/oneshot/OneShot.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,15 @@ export function Component(): JSX.Element {
129129
const approaches: IChoiceGroupOption[] = [
130130
{
131131
key: Approaches.JAVA_OPENAI_SDK,
132-
text: "Plain Java Open AI SDK"
132+
text: "Java Azure Open AI SDK"
133133
},
134134
{
135135
key: Approaches.JAVA_SEMANTIC_KERNEL,
136136
text: "Java Semantic Kernel - Memory"
137137
},
138138
{
139139
key: Approaches.JAVA_SEMANTIC_KERNEL_PLANNER,
140-
text: "Java Semantic Kernel - Planner"
140+
text: "Java Semantic Kernel - Orchestration"
141141
}
142142
];
143143

0 commit comments

Comments
 (0)