You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It turns out if the core dynamics expressions are using imported libraries, if those imports are not included when running code2fn the undefined functions create a malformed function network which causes my crashes in ingestion.
We need to add support for bring along the imports for the core dynamics slices as well.
The text was updated successfully, but these errors were encountered:
## Summary of Changes
This updates the LLM endpoints (linespan and code2amr) to support
including imports and also returning the linespan for the given AMR.
### Related issues
Resolves#717Resolves#715
## Summary of Changes
This updates the LLM endpoints (linespan and code2amr) to support
including imports and also returning the linespan for the given AMR.
### Related issues
Resolves#717Resolves#715643f2fb
It turns out if the core dynamics expressions are using imported libraries, if those imports are not included when running code2fn the undefined functions create a malformed function network which causes my crashes in ingestion.
We need to add support for bring along the imports for the core dynamics slices as well.
The text was updated successfully, but these errors were encountered: