Skip to content

Function 0.0.27

Compare
Choose a tag to compare
@olokobayusuf olokobayusuf released this 13 Feb 15:21
· 77 commits to main since this release
  • Added support for streaming when making predictions with Function CLI.
  • Added PredictionResource.type field for inspecting the type of a prediction resource.
  • Fixed pydantic forward reference errors when constructing Signature and Predictor instances.
  • Fixed model_dump error when making predictions in Google Colab due to outdated pydantic dependency.
  • Refactored fxn.predictions.create method to accept an inputs dictionary instead of relying on keyword arguments.