prebuilt.scientific_paper_agent.models¶
Classes¶
Simple wrapper around the CORE API. |
|
Output object of the decision making node. |
|
Output object of the judge node. |
|
Input object to search papers with the CORE API. |
Module Contents¶
- class prebuilt.scientific_paper_agent.models.CoreAPIWrapper(/, **data: Any)¶
Bases:
pydantic.BaseModelSimple wrapper around the CORE API.
- class prebuilt.scientific_paper_agent.models.DecisionMakingOutput(/, **data: Any)¶
Bases:
pydantic.BaseModelOutput object of the decision making node.
- class prebuilt.scientific_paper_agent.models.JudgeOutput(/, **data: Any)¶
Bases:
pydantic.BaseModelOutput object of the judge node.