Skip to main content

Module response

Module response 

Source
Expand description

Response types for function executions.

  • unary - Complete (non-streaming) responses
  • streaming - Incremental chunk-based responses

Modules§

streaming
unary
Unary (non-streaming) response types for function executions.

Structs§

Output
Wrapper for function execution output, distinguishing between a null output value and a missing output.