get_full_inputs(
self,
intermediate_steps: list[tuple[AgentAction, str]],
**kwargs: Any| Name | Type | Description |
|---|---|---|
intermediate_steps* | list[tuple[AgentAction, str]] | |
**kwargs | Any | Default: {} |
Create the full inputs for the LLMChain from intermediate steps.
Steps the LLM has taken to date, along with observations.
User inputs.