@@ -243,7 +243,6 @@ def register_build(
243243 description : str ,
244244 name : str ,
245245 agent_input_type : Optional [Literal ["text" , "json" ]] | Omit = omit ,
246- principal_context : object | Omit = omit ,
247246 registration_metadata : Optional [Dict [str , object ]] | Omit = omit ,
248247 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
249248 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -263,8 +262,6 @@ def register_build(
263262
264263 agent_input_type: The type of input the agent expects.
265264
266- principal_context: Principal used for authorization
267-
268265 registration_metadata: The metadata for the agent's build registration.
269266
270267 extra_headers: Send extra headers
@@ -282,7 +279,6 @@ def register_build(
282279 "description" : description ,
283280 "name" : name ,
284281 "agent_input_type" : agent_input_type ,
285- "principal_context" : principal_context ,
286282 "registration_metadata" : registration_metadata ,
287283 },
288284 agent_register_build_params .AgentRegisterBuildParams ,
@@ -908,7 +904,6 @@ async def register_build(
908904 description : str ,
909905 name : str ,
910906 agent_input_type : Optional [Literal ["text" , "json" ]] | Omit = omit ,
911- principal_context : object | Omit = omit ,
912907 registration_metadata : Optional [Dict [str , object ]] | Omit = omit ,
913908 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
914909 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -928,8 +923,6 @@ async def register_build(
928923
929924 agent_input_type: The type of input the agent expects.
930925
931- principal_context: Principal used for authorization
932-
933926 registration_metadata: The metadata for the agent's build registration.
934927
935928 extra_headers: Send extra headers
@@ -947,7 +940,6 @@ async def register_build(
947940 "description" : description ,
948941 "name" : name ,
949942 "agent_input_type" : agent_input_type ,
950- "principal_context" : principal_context ,
951943 "registration_metadata" : registration_metadata ,
952944 },
953945 agent_register_build_params .AgentRegisterBuildParams ,
0 commit comments