pub async fn query_stream(
prompt: impl Into<String>,
config: CodexConfig,
options: ThreadOptions,
) -> Result<StreamedTurn>Expand description
Streaming query: start a thread, run the prompt, return event stream.
pub async fn query_stream(
prompt: impl Into<String>,
config: CodexConfig,
options: ThreadOptions,
) -> Result<StreamedTurn>Streaming query: start a thread, run the prompt, return event stream.