class documentation
Wraps a genai.Client and exposes Temporal activities for SDK calls.
The caller owns a reference to the user-provided genai.Client. All credential management, HTTP client configuration, etc. is the responsibility of whoever constructs the client.
| Method | __init__ |
Initialize with a genai.Client and optional extra credentials. |
| Method | activities |
Return activities that route SDK calls through this client. |
| Instance Variable | _client |
Undocumented |
| Instance Variable | _credentials |
Undocumented |