@@ -358,6 +358,7 @@ Params Types:
358358- <a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go " >anthropic</a >.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaThinkingConfigEnabledParam " >BetaThinkingConfigEnabledParam</a >
359359- <a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go " >anthropic</a >.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaThinkingConfigParamUnion " >BetaThinkingConfigParamUnion</a >
360360- <a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go " >anthropic</a >.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaThinkingTurnsParam " >BetaThinkingTurnsParam</a >
361+ - <a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go " >anthropic</a >.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaTokenTaskBudgetParam " >BetaTokenTaskBudgetParam</a >
361362- <a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go " >anthropic</a >.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaToolParam " >BetaToolParam</a >
362363- <a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go " >anthropic</a >.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaToolBash20241022Param " >BetaToolBash20241022Param</a >
363364- <a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go " >anthropic</a >.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaToolBash20250124Param " >BetaToolBash20250124Param</a >
@@ -833,3 +834,19 @@ Methods:
833834- <code title =" get /v1/skills/{skill_id}/versions/{version}?beta=true " >client.Beta.Skills.Versions.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaSkillVersionService.Get " >Get</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, version <a href =" https://pkg.go.dev/builtin#string " >string</a >, params <a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go " >anthropic</a >.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaSkillVersionGetParams " >BetaSkillVersionGetParams</a >) (\* <a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go " >anthropic</a >.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaSkillVersionGetResponse " >BetaSkillVersionGetResponse</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
834835- <code title="get /v1/skills/{skill_id}/versions?beta=true">client.Beta.Skills.Versions.<a href="https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaSkillVersionService.List">List</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, skillID <a href="https://pkg.go.dev/builtin#string">string</a>, params <a href="https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go">anthropic</a>.<a href="https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaSkillVersionListParams">BetaSkillVersionListParams</a>) (\*<a href="https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go/packages/pagination">pagination</a>.<a href="https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go/packages/pagination#PageCursor">PageCursor</a>[<a href="https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go">anthropic</a>.<a href="https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaSkillVersionListResponse">BetaSkillVersionListResponse</a>], <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
835836- <code title =" delete /v1/skills/{skill_id}/versions/{version}?beta=true " >client.Beta.Skills.Versions.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaSkillVersionService.Delete " >Delete</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, version <a href =" https://pkg.go.dev/builtin#string " >string</a >, params <a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go " >anthropic</a >.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaSkillVersionDeleteParams " >BetaSkillVersionDeleteParams</a >) (\* <a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go " >anthropic</a >.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaSkillVersionDeleteResponse " >BetaSkillVersionDeleteResponse</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
837+
838+ ## UserProfiles
839+
840+ Response Types:
841+
842+ - <a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go " >anthropic</a >.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaUserProfile " >BetaUserProfile</a >
843+ - <a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go " >anthropic</a >.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaUserProfileEnrollmentURL " >BetaUserProfileEnrollmentURL</a >
844+ - <a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go " >anthropic</a >.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaUserProfileTrustGrant " >BetaUserProfileTrustGrant</a >
845+
846+ Methods:
847+
848+ - <code title =" post /v1/user_profiles?beta=true " >client.Beta.UserProfiles.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaUserProfileService.New " >New</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, params <a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go " >anthropic</a >.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaUserProfileNewParams " >BetaUserProfileNewParams</a >) (\* <a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go " >anthropic</a >.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaUserProfile " >BetaUserProfile</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
849+ - <code title =" get /v1/user_profiles/{user_profile_id}?beta=true " >client.Beta.UserProfiles.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaUserProfileService.Get " >Get</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, userProfileID <a href =" https://pkg.go.dev/builtin#string " >string</a >, query <a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go " >anthropic</a >.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaUserProfileGetParams " >BetaUserProfileGetParams</a >) (\* <a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go " >anthropic</a >.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaUserProfile " >BetaUserProfile</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
850+ - <code title =" post /v1/user_profiles/{user_profile_id}?beta=true " >client.Beta.UserProfiles.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaUserProfileService.Update " >Update</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, userProfileID <a href =" https://pkg.go.dev/builtin#string " >string</a >, params <a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go " >anthropic</a >.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaUserProfileUpdateParams " >BetaUserProfileUpdateParams</a >) (\* <a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go " >anthropic</a >.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaUserProfile " >BetaUserProfile</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
851+ - <code title =" get /v1/user_profiles?beta=true " >client.Beta.UserProfiles.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaUserProfileService.List " >List</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, params <a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go " >anthropic</a >.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaUserProfileListParams " >BetaUserProfileListParams</a >) (\* <a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go/packages/pagination " >pagination</a >.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go/packages/pagination#PageCursor " >PageCursor</a >[ <a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go " >anthropic</a >.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaUserProfile " >BetaUserProfile</a >] , <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
852+ - <code title =" post /v1/user_profiles/{user_profile_id}/enrollment_url?beta=true " >client.Beta.UserProfiles.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaUserProfileService.NewEnrollmentURL " >NewEnrollmentURL</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, userProfileID <a href =" https://pkg.go.dev/builtin#string " >string</a >, body <a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go " >anthropic</a >.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaUserProfileNewEnrollmentURLParams " >BetaUserProfileNewEnrollmentURLParams</a >) (\* <a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go " >anthropic</a >.<a href =" https://pkg.go.dev/github.com/anthropics/anthropic-sdk-go#BetaUserProfileEnrollmentURL " >BetaUserProfileEnrollmentURL</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
0 commit comments