Ask a question to get started
Enter to send•Shift+Enter new line
add_inputs( self, inputs: dict[str, Any], ) -> None
inputs
dict[str, Any]
A dictionary containing the inputs to be added.
Upsert the given inputs into the run.
Note: unless LANGSMITH_EXCLUDE_INPUTS_ON_PATCH is disabled, inputs added after the initial post() are not sent by patch(). Call patch(exclude_inputs=False) explicitly to persist them.
LANGSMITH_EXCLUDE_INPUTS_ON_PATCH
post()
patch()
patch(exclude_inputs=False)