Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tssweeney committed Dec 16, 2024
1 parent 8fc210b commit af93d8d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ export type TraceObjSchemaForBaseObjectClass<
> = TraceObjSchema<BaseObjectClassType<C>, C>;

// Notice: this is still `base` object class, not `builtin` object class.
// This means we can search by base object class, but not builtin object class today.
// See https://github.com/wandb/weave/pull/3229 for more details.
// base_object_class: this is the name of the first subclass of any subclass of a weave Object class.
// object_class: the string of the actual class.
export const useBaseObjectInstances = <
C extends BuiltinObjectClassRegistryKeys
>(
Expand Down

0 comments on commit af93d8d

Please sign in to comment.