pub const GEN_AI__REQUEST__TOP_K: &str = "gen_ai.request.top_k";
Limits the model to only consider the K most likely next tokens, where K is an integer (e.g., top_k=20 means only the 20 highest probability tokens are considered).
AI__TOP_K
ai.top_k