pub async fn create_function_execution_unary(
client: &HttpClient,
params: FunctionExecutionCreateParams,
) -> Result<FunctionExecution, HttpError>Expand description
Creates a function execution (non-streaming).
pub async fn create_function_execution_unary(
client: &HttpClient,
params: FunctionExecutionCreateParams,
) -> Result<FunctionExecution, HttpError>Creates a function execution (non-streaming).