Skip to content

Commit d7a6ec9

Browse files
committed
docs: clarify direct SDK tool authorization
1 parent bf29b6b commit d7a6ec9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,6 +1071,12 @@ without a major bump.
10711071

10721072
High-frequency tool chains should move out of the LLM loop.
10731073

1074+
Programmatic Tool Calling keeps the same registry, limits, workspace boundary,
1075+
artifacts, and result shape. When the model invokes `program` inside an agent
1076+
turn, normal permission, confirmation, hook/AHP, and trace paths apply. When
1077+
product code calls `session.program(...)` directly, it is a host control-plane
1078+
call and should be authorized before invoking the SDK.
1079+
10741080
Instead of forcing the model through:
10751081

10761082
```text

0 commit comments

Comments
 (0)