ChatDebugRunKind labels the operation that produced the debug run. Each value corresponds to a distinct call-site in chatd.
| 896 | // ChatDebugRunKind labels the operation that produced the debug |
| 897 | // run. Each value corresponds to a distinct call-site in chatd. |
| 898 | type ChatDebugRunKind string |
| 899 | |
| 900 | const ( |
| 901 | ChatDebugRunKindChatTurn ChatDebugRunKind = "chat_turn" |
no outgoing calls
no test coverage detected