Skip to content

Commit e770eac

Browse files
authored
docs: update example
1 parent 9343502 commit e770eac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/docs/2.features/autorag.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ export default defineEventHandler(async () => {
108108

109109
This is the response structure without `stream` enabled.
110110

111-
```ts
111+
```json
112112
{
113113
"object": "vector_store.search_results.page",
114114
"search_query": "How do I train a llama to deliver coffee?",
115-
"response": "To train a llama to deliver coffee:\n\n1. **Build trust** — Llamas appreciate patience (and decaf).\n2. **Know limits** — Max 3 cups per llama, per `llama-logistics.md`.\n3. **Use voice commands** — Start with \"Espresso Express!\"\n4.",
115+
"response": "To train a llama to deliver coffee:\n\n1. **Build trust** — Llamas appreciate patience (and decaf).\n2. **Know limits** — Max 3 cups per llama, per `llama-logistics.md`.\n3. **Use voice commands**\n4. — Start with \"Espresso Express!\"",
116116
"data": [
117117
{
118118
"file_id": "llama001",

0 commit comments

Comments
 (0)