MCPcopy Create free account
hub / github.com/agentrpc/agentrpc / OpenAIIntegration

Class OpenAIIntegration

sdk-python/src/agentrpc/openai.py:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49
50class OpenAIIntegration:
51 def __init__(self, client):
52 self.completions = OpenAICompletionsIntegration(client)
53 self.agents = OpenAIAgentsIntegration(client)
54
55
56class OpenAICompletionsIntegration:

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected