GenMCP.MCP.V2607.CreateMessageRequestParams (gen_mcp v2.0.0)

Copy Markdown View Source

Struct and module-based JSON schema generated from modelcontextprotocol.io JSON schema.

Parameters for a sampling/createMessage request.

Summary

Functions

Returns the JSON schema for this entity.

Types

t()

@type t() :: %GenMCP.MCP.V2607.CreateMessageRequestParams{
  includeContext: term(),
  maxTokens: term(),
  messages: term(),
  metadata: term(),
  modelPreferences: term(),
  stopSequences: term(),
  systemPrompt: term(),
  temperature: term(),
  toolChoice: term(),
  tools: term()
}

Functions

json_schema()

Returns the JSON schema for this entity.