chore: wording

This commit is contained in:
Simon
2025-10-22 17:48:06 +08:00
parent 190d264bda
commit 386167e99b
2 changed files with 3 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ The development progress and future plans for PageAgent.
- [x] **UI with HITL**
- Human-in-the-loop user interface. Agent can ask user questions.
- [x] **Landing and doc pages**
- [x] **Remove ai-sdk**
- [x] **Remove `ai-sdk`**
- Only one function of AI-ADK is being used.
- Our agent memory and thinking mechanism does not suite ai-sdk.
- [x] **Robust LLM output**
@@ -36,7 +36,7 @@ The development progress and future plans for PageAgent.
- [ ] English version
- [ ] **Testing suits**
- [ ] **Support custom llm fetch**
- [ ] **Refactor: Separate Agent and Page-Controller**
- [ ] **Refactor: Separate `Agent` and `Page-Controller`**
- Agent should be able to run w/o dom.
- Actions should be able to be injected through iframe.

View File

@@ -91,8 +91,7 @@ export default function ModelIntegration() {
<div className="p-4 bg-red-50 dark:bg-red-900/20 rounded-lg mb-6">
<ul className="text-sm text-foreground/80 space-y-1 list-disc pl-5">
<li>reasoning </li>
<li>GPT-5 reasoning </li>
<li>reasoning GPT-5</li>
<li>
json schema openAI tool call
temperature