Function invoke_openai_stream
Function invoke_openai_stream
Generated from cargo doc --no-deps -p nemo-fabric-core.
pub fn invoke_openai_stream(
plan: &RunPlan,
runtime: &RuntimeHandle,
request: RunRequest,
transport: OpenAiStreamTransport,
) -> Result<RunResult>
Invoke a started harness runtime and pass through native OpenAI chat-completion chunks.