agents.rag.self_rag2.stateΒΆ

State for the self-rag agent.

ClassesΒΆ

GraphState

Represents the state of our graph.

Module ContentsΒΆ

class agents.rag.self_rag2.state.GraphStateΒΆ

Bases: typing_extensions.TypedDict

Represents the state of our graph.

questionΒΆ

question

generationΒΆ

LLM generation

documentsΒΆ

list of documents

Initialize self. See help(type(self)) for accurate signature.