Skip to content

Commit 756fa44

Browse files
jameszyaoSimsonW
authored andcommitted
docs: update README.md
1 parent aec1484 commit 756fa44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ NUMBERS_API_SCHEMA = {
109109

110110
# Create a tool action based on the defined schema
111111
actions = bulk_create_actions(
112-
schema=NUMBERS_API_SCHEMA,
112+
openapi_schema=NUMBERS_API_SCHEMA,
113113
authentication=ActionAuthentication(type=ActionAuthenticationType.NONE)
114114
)
115115
action = actions[0]

0 commit comments

Comments
 (0)