bio_reasoning.reasoning.example_reasoning module#

class bio_reasoning.reasoning.example_reasoning.ExampleReasoningMode[source]#

Bases: ReasoningMode

An example of a specific reasoning mode that might use certain tools. Show case the process of building a reasoning mode. We essentially need to define the tools for each layers, and the system prompt.

__init__()[source]#