Skip to content

Commit 97f59f4

Browse files
Fix doc strings
1 parent ac9cfcd commit 97f59f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackone_ai/toolset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class SearchConfig(TypedDict, total=False):
5959
class ExecuteToolsConfig(TypedDict, total=False):
6060
"""Execution configuration for the StackOneToolSet constructor.
6161
62-
Controls default account scoping for tool execution in meta tools.
62+
Controls default account scoping for tool execution.
6363
6464
When set to ``None`` (default), no account scoping is applied.
6565
When provided, ``account_ids`` flow through to ``openai(mode="search_and_execute")``

0 commit comments

Comments
 (0)