ChatDebugStepOperation labels the model interaction type for a debug step.
| 916 | // ChatDebugStepOperation labels the model interaction type for a |
| 917 | // debug step. |
| 918 | type ChatDebugStepOperation string |
| 919 | |
| 920 | const ( |
| 921 | ChatDebugStepOperationStream ChatDebugStepOperation = "stream" |