ExBifrost.Model.GetMcpLogsStats200Response (ex_bifrost v0.1.0)

Copy Markdown View Source

MCP tool log statistics

Summary

Types

t()

@type t() :: %ExBifrost.Model.GetMcpLogsStats200Response{
  average_latency: number() | nil,
  success_rate: number() | nil,
  total_cost: number() | nil,
  total_executions: integer() | nil
}

Functions

decode(value)