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.
2 parents 6735ccc + 652aabe commit 65f183cCopy full SHA for 65f183c
src/agentex/resources/agents.py
@@ -10,7 +10,7 @@
10
from pydantic import ValidationError
11
12
from ..types import agent_rpc_params, agent_list_params, agent_rpc_by_name_params
13
-from .._types import Body, Omit, Query, Headers, NotGiven, omit, not_given
+from .._types import NOT_GIVEN, Body, Omit, Query, Headers, NotGiven, omit, not_given
14
from .._utils import maybe_transform, async_maybe_transform
15
from .._compat import cached_property
16
from .._resource import SyncAPIResource, AsyncAPIResource
0 commit comments