📄️ Query LMT (Language Model Testing)
Used to query the Language Model Testing endpoint for conversational interactions with AI agents. This endpoint processes user queries and returns AI-generated responses along with follow-up suggestions.
📄️ Query LMT Stream
Used to query the Language Model Testing endpoint with streaming responses. This endpoint processes user queries and streams the AI-generated response in real-time, providing a more interactive and responsive user experience.
📄️ Query Stream
Used to send queries to an AI agent with streaming responses and advanced configuration options. This endpoint allows fine-grained control over the conversation, including custom prompts, model selection, tool usage, and memory management.
📄️ Send Chat Message
Used to send a chat message to an AI agent via a widget. This endpoint handles conversational interactions through the agent's chat widget interface.