Skip to content
New issue

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

low_level_data for Complex plugins? #118

Open
the-other-james opened this issue Feb 8, 2024 · 1 comment
Open

low_level_data for Complex plugins? #118

the-other-james opened this issue Feb 8, 2024 · 1 comment

Comments

@the-other-james
Copy link
Contributor

I am working on a custom plugin and it does not seem to get low_level_data when I set it as a Complex plugin.

It is possible that this has already been resolved, currently on a branch for #42

@asgibson
Copy link
Contributor

asgibson commented Feb 8, 2024

Complex only uses high-level data in its update:

def update(self, high_level_data):
for plugin in self.reasoning_constructs:
plugin.update(high_level_data=high_level_data)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants