Skip to content

Commit

Permalink
Update docs/evaluation/tutorials/agents.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Dec 18, 2024
1 parent 4c32524 commit 79d18e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/evaluation/tutorials/agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ async def gather_info(state: State) -> Command[Literal["lookup", "refund", END]]
# Graph node for executing the refund.
# Note that here we inspect the runtime config for an "env" variable.
# If "env" is set to "test", then we don't actually delete any rows from our database.
# This will become important when we're runnign our evaluations.
# This will become important when we're running our evaluations.
#region
def refund(state: State, config: RunnableConfig) -> dict:
# Whether to mock the deletion. True if the configurable var 'env' is set to 'test'.
Expand Down

0 comments on commit 79d18e7

Please sign in to comment.