fix(docs): close unclosed code block before Examples heading

This commit is contained in:
Chesars 2026-03-11 14:15:54 -03:00
parent 274bf42493
commit f9a538b583

View file

@ -687,6 +687,7 @@ response = litellm.completion(
tools=[{"type": "web_search_preview"}], # Supported in Responses API
# ... other kwargs
)
```
### Examples