| commit | d9d4581952edb59469a8402910783570be852fb8 | [log] [tgz] |
|---|---|---|
| author | Sean McCullough <banksean@gmail.com> | Wed Apr 30 16:53:41 2025 -0700 |
| committer | Sean McCullough <banksean@gmail.com> | Wed Apr 30 18:00:55 2025 -0700 |
| tree | 7b06cf74a10d3d812152c21fc72ced395a3e5024 | |
| parent | 48c84c9a4df29b1e51c7fdca81053dd9cd0c2446 [diff] [blame] |
webui: add current Agent state to call-status tooltip
diff --git a/webui/src/fixtures/dummy.ts b/webui/src/fixtures/dummy.ts index 1972b09..f18acf7 100644 --- a/webui/src/fixtures/dummy.ts +++ b/webui/src/fixtures/dummy.ts
@@ -375,4 +375,5 @@ outstanding_tool_calls: [], in_container: true, first_message_index: 0, + agent_state: "WaitingForUserInput", };