gproxy-protocol 1.0.20

Wire-format types and cross-protocol transforms for Claude, OpenAI, and Gemini LLM APIs.
Documentation
1
2
3
4
use crate::openai::create_response::websocket::types::OpenAiCreateResponseWebSocketServerMessage;

/// Parsed text frame returned by OpenAI Responses WebSocket.
pub type OpenAiCreateResponseWebSocketMessageResponse = OpenAiCreateResponseWebSocketServerMessage;