We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec1484 commit 756fa44Copy full SHA for 756fa44
README.md
@@ -109,7 +109,7 @@ NUMBERS_API_SCHEMA = {
109
110
# Create a tool action based on the defined schema
111
actions = bulk_create_actions(
112
- schema=NUMBERS_API_SCHEMA,
+ openapi_schema=NUMBERS_API_SCHEMA,
113
authentication=ActionAuthentication(type=ActionAuthenticationType.NONE)
114
)
115
action = actions[0]
0 commit comments