Mika Scraper / GradioStreamMessage
Interface: GradioStreamMessage
Defined in: src/deepseek-r1/deepseek.ts:20
The GradioStreamMessage
interface represents the structure of a streamed message returned by Gradioβs EventSource, specifically tailored for the response format of the DeepSeek chatbotβs process_completed
event.
Indexable
[key: string]: any
Properties
msg
- msg:
string
Defined in:src/deepseek-r1/deepseek.ts:21
This property contains the main message content streamed from Gradio. It is required and will always be present in the response.
output?
- output:
GradioChatOutput
(optional)
Defined in:src/deepseek-r1/deepseek.ts:22
This optional property holds the details related to the chat output from the Gradio interface when applicable. It may include additional information based on the userβs interactions or the state of the conversation.
Last updated on