Skip to Content
Mika Scraper 1.1.1 is released πŸŽ‰
πŸ• MIKA INTERFACEInterface: GradioStreamMessage

Mika Scraper v1.1.2


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