MCPcopy Create free account
hub / github.com/Open-Bee/DataStudio / _run

Method _run

datastudio/models/openai_api.py:549–552  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

547 result = [None]
548
549 def _run():
550 result[0] = asyncio.run(
551 self._generate_async(processed_messages, all_kwargs) # noqa: F821
552 )
553
554 thread = threading.Thread(target=_run)
555 thread.start()

Callers

nothing calls this directly

Calls 2

_generate_asyncMethod · 0.95
runMethod · 0.80

Tested by

no test coverage detected