Skip to content

Commit ede481a

Browse files
authored
fix: Correct code tabe rendering on llm-agents.md page (google#1035)
1 parent 2bad58c commit ede481a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/agents/llm-agents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,9 +573,9 @@ call_agent("If it's raining in New York right now, what is the current temperatu
573573

574574
- **`code_executor` (Optional):** Provide a `BaseCodeExecutor` instance to allow the agent to execute code blocks found in the LLM's response. ([See Tools/Built-in tools](../tools/built-in-tools.md)).
575575

576-
== "Python"
576+
=== "Python"
577577

578-
```py
578+
```python
579579
--8<-- "examples/python/snippets/tools/built-in-tools/code_execution.py"
580580
```
581581

0 commit comments

Comments
 (0)