wandb / weave

Weave is a toolkit for developing AI-powered applications, built by Weights & Biases.
https://wandb.me/weave
Apache License 2.0
697 stars 62 forks source link

chore(weave): Update client func names to be less confusing #2215

Closed andrewtruong closed 2 months ago

andrewtruong commented 2 months ago

Summary

  1. For clarity, renames:
    1. call -> get_call
    2. calls -> get_calls
    3. feedback -> get_feedback
  2. This lines up with other methods like:
    1. finish_call
    2. fail_call.
  3. Deprecates the functions call, calls, and feedback, adding warnings to update to the new name

Resolves

circle-job-mirror[bot] commented 2 months ago

Preview this PR with FeatureBee: https://beta.wandb.ai/?betaVersion=ae518bea6d7dd9e5d7445d24c1217d1ce228c69c

andrewtruong commented 2 months ago

Closing in favour of: https://github.com/wandb/weave/pull/2269