Skip to content

Commit 0e6a137

Browse files
author
camel-docs-bot
committed
Auto-update documentation after merge [skip ci]
1 parent 41795f7 commit 0e6a137

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/mintlify/reference/camel.toolkits.hybrid_browser_toolkit.hybrid_browser_toolkit_ts.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,25 @@ def cache_dir(self):
7878

7979
Get the cache directory.
8080

81+
<a id="camel.toolkits.hybrid_browser_toolkit.hybrid_browser_toolkit_ts.HybridBrowserToolkit._build_error_response"></a>
82+
83+
### _build_error_response
84+
85+
```python
86+
def _build_error_response(self, error_message: str, include_note: bool = True):
87+
```
88+
89+
Build a standardized error response.
90+
91+
**Parameters:**
92+
93+
- **error_message**: The error message to include.
94+
- **include_note**: Whether to include the note field.
95+
96+
**Returns:**
97+
98+
A standardized error response dictionary.
99+
81100
<a id="camel.toolkits.hybrid_browser_toolkit.hybrid_browser_toolkit_ts.HybridBrowserToolkit._trim_sheet_content"></a>
82101

83102
### _trim_sheet_content

0 commit comments

Comments
 (0)