weave icon indicating copy to clipboard operation
weave copied to clipboard

fix(weave): Move metadata into its own field to avoid collisions with other pkgs

Open andrewtruong opened this issue 8 months ago • 1 comments

Resolves:

  • https://wandb.atlassian.net/browse/WB-19388

This PR moves metadata that was previously top level (name, description) to a new top-level metadata field which prevents collision with other libraries that also have name as a top-level field (e.g. openai)

andrewtruong avatar Jun 27 '24 16:06 andrewtruong