const response = await client.inference.streamCompletion({ inference_id: "openai-completion", input: "What is Elastic?", }); console.log(response);