Skip to main content

openai_client

Method
This is a method of the DeepResearchAgent class in the deep_research_agent module.
Get the synchronous OpenAI client (lazy initialization).

Signature

def openai_client() -> Any

Returns

Returns
Any
The result of the operation.

Uses

  • OpenAI

Source

View on GitHub

praisonaiagents/agent/deep_research_agent.py at line 345