()
| 2003 | |
| 2004 | |
| 2005 | def _workload_credentials() -> WorkloadIdentityCredentials: |
| 2006 | return WorkloadIdentityCredentials( |
| 2007 | identity_token_provider=lambda: "ext-jwt", |
| 2008 | federation_rule_id="fdrl_01abc", |
| 2009 | organization_id="org-uuid", |
| 2010 | ) |
| 2011 | |
| 2012 | |
| 2013 | def _send_message(client: Anthropic) -> None: |
no test coverage detected