We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
** (ArgumentError) errors were found at the given arguments:
1st argument: not an atom
(erts 15.0) :erlang.function_exported({:parameterized, {Ecto.Embedded, %Ecto.Embedded{cardinality: :many, field: :tickets, owner: MeetingNotes, related: MeetingNotes.Ticket, on_cast: nil, on_replace: :raise, unique: true, ordered: true}}}, :to_json_schema, 0) (instructor 0.0.5) lib/instructor/json_schema.ex:292: Instructor.JSONSchema.for_type/1 (instructor 0.0.5) lib/instructor/json_schema.ex:79: anonymous fn/2 in Instructor.JSONSchema.bfs_from_ecto_schema/2 (elixir 1.17.2) lib/enum.ex:1703: Enum."-map/2-lists^map/1-1-"/2 (instructor 0.0.5) lib/instructor/json_schema.ex:77: Instructor.JSONSchema.bfs_from_ecto_schema/2 (instructor 0.0.5) lib/instructor/json_schema.ex:13: Instructor.JSONSchema.from_ecto_schema/1 (instructor 0.0.5) lib/instructor.ex:536: Instructor.params_for_mode/3 #cell:zich7572fcltdcw6:2: (file)
The text was updated successfully, but these errors were encountered:
I'm getting the same error :(
Sorry, something went wrong.
No branches or pull requests
** (ArgumentError) errors were found at the given arguments:
1st argument: not an atom
(erts 15.0) :erlang.function_exported({:parameterized, {Ecto.Embedded, %Ecto.Embedded{cardinality: :many, field: :tickets, owner: MeetingNotes, related: MeetingNotes.Ticket, on_cast: nil, on_replace: :raise, unique: true, ordered: true}}}, :to_json_schema, 0)
(instructor 0.0.5) lib/instructor/json_schema.ex:292: Instructor.JSONSchema.for_type/1
(instructor 0.0.5) lib/instructor/json_schema.ex:79: anonymous fn/2 in Instructor.JSONSchema.bfs_from_ecto_schema/2
(elixir 1.17.2) lib/enum.ex:1703: Enum."-map/2-lists^map/1-1-"/2
(instructor 0.0.5) lib/instructor/json_schema.ex:77: Instructor.JSONSchema.bfs_from_ecto_schema/2
(instructor 0.0.5) lib/instructor/json_schema.ex:13: Instructor.JSONSchema.from_ecto_schema/1
(instructor 0.0.5) lib/instructor.ex:536: Instructor.params_for_mode/3
#cell:zich7572fcltdcw6:2: (file)
The text was updated successfully, but these errors were encountered: