Markdown For Agents
Get AI markdown for agents reduction ratio summary
radar.ai.markdown_for_agents.summary(MarkdownForAgentSummaryParams**kwargs) -> MarkdownForAgentSummaryResponse
GET/radar/ai/markdown_for_agents/summary
Get AI markdown for agents reduction ratio time series
radar.ai.markdown_for_agents.timeseries(MarkdownForAgentTimeseriesParams**kwargs) -> MarkdownForAgentTimeseriesResponse
GET/radar/ai/markdown_for_agents/timeseries
ModelsExpand Collapse
class MarkdownForAgentSummaryResponse: …
class MarkdownForAgentSummaryResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
confidence_info: MetaConfidenceInfo
confidence_info: MetaConfidenceInfo
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]
Normalization method applied to the results. Refer to Normalization methods.
class MarkdownForAgentTimeseriesResponse: …
class MarkdownForAgentTimeseriesResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
agg_interval: Literal["FIFTEEN_MINUTES", "ONE_HOUR", "ONE_DAY", 2 more]Aggregation interval of the results (e.g., in 15 minutes or 1 hour intervals). Refer to Aggregation intervals.
agg_interval: Literal["FIFTEEN_MINUTES", "ONE_HOUR", "ONE_DAY", 2 more]
Aggregation interval of the results (e.g., in 15 minutes or 1 hour intervals). Refer to Aggregation intervals.
confidence_info: MetaConfidenceInfo
confidence_info: MetaConfidenceInfo
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]
Normalization method applied to the results. Refer to Normalization methods.