Skip to content

Commit 010753d

Browse files
authored
chore(docs): remove remaining yml references from docs (#1492)
1 parent bf1c178 commit 010753d

File tree

17 files changed

+1
-3722
lines changed

17 files changed

+1
-3722
lines changed

apps/docs/content/docs/en/blocks/agent.mdx

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -175,33 +175,7 @@ Use a `Memory` block with a consistent `id` (for example, `chat`) to persist mes
175175
- Read the conversation history for context
176176
- Append the Agent's reply after it runs
177177

178-
```yaml
179-
# 1) Add latest user message
180-
- Memory (operation: add)
181-
id: chat
182-
role: user
183-
content: {{input}}
184-
185-
# 2) Load conversation history
186-
- Memory (operation: get)
187-
id: chat
188-
189-
# 3) Run the agent with prior messages available
190-
- Agent
191-
System Prompt: ...
192-
User Prompt: |
193-
Use the conversation so far:
194-
{{memory_get.memories}}
195-
Current user message: {{input}}
196-
197-
# 4) Store the agent reply
198-
- Memory (operation: add)
199-
id: chat
200-
role: assistant
201-
content: {{agent.content}}
202-
```
203-
204-
See the `Memory` block reference for details: [/tools/memory](/tools/memory).
178+
See the [`Memory`](/tools/memory) block reference for details.
205179

206180
## Inputs and Outputs
207181

apps/docs/content/docs/en/triggers/api.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ The API trigger exposes your workflow as a secure HTTP endpoint. Send JSON data
2424

2525
Add an **Input Format** field for each parameter. Runtime output keys mirror the schema and are also available under `<api.input>`.
2626

27-
```yaml
28-
- type: string
29-
name: userId
30-
value: demo-user # optional manual test value
31-
- type: number
32-
name: maxTokens
33-
```
34-
3527
Manual runs in the editor use the `value` column so you can test without sending a request. During execution the resolver populates both `<api.userId>` and `<api.input.userId>`.
3628

3729
## Request Example

apps/docs/content/docs/en/yaml/block-reference.mdx

Lines changed: 0 additions & 238 deletions
This file was deleted.

0 commit comments

Comments
 (0)