Skip to content

Commit d95a0b4

Browse files
Update docs/guide/function-implementation.md
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent 707a2d6 commit d95a0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/function-implementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ async def on_post_process(self) -> None:
124124

125125
#### Exception Handling Best Practices
126126

127-
Since the default `on_exception()` method in [AgentStrategy](../api-reference/classes/AgentStrategy.md) no longer raises exceptions by default. This change provides more flexibility for custom error handling:
127+
The default `on_exception()` method in [AgentStrategy](../api-reference/classes/AgentStrategy.md) no longer raises exceptions by default. This change provides more flexibility for custom error handling:
128128

129129
```python
130130
from amrita_core.agent.strategy import AgentStrategy

0 commit comments

Comments
 (0)