> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/fabric/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/fabric/_mcp/server.

# Struct OpenAI Stream Invocation

> One adapter-native OpenAI streaming invocation.

Generated from `cargo doc --no-deps -p nemo-fabric-core`.

<pre />

One adapter-native OpenAI streaming invocation.

## Fields

### `runtime_context: RuntimeContext`

Invocation context generated by NeMo Fabric.

### `request: AgentRunRequest`

Typed caller request for this invocation.

### `stream: OpenAiStreamSink`

Authenticated progressive-output sink for this invocation.

## Trait Implementations

### `impl Clone for OpenAiStreamInvocation`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for OpenAiStreamInvocation`

<pre />

#### `fmt`

<pre />

### `impl<'de> Deserialize<'de> for OpenAiStreamInvocation`

<pre />

#### `deserialize`

<pre />

### `impl JsonSchema for OpenAiStreamInvocation`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl PartialEq for OpenAiStreamInvocation`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for OpenAiStreamInvocation`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for OpenAiStreamInvocation`

<pre />