bravomark

Results 4 issues of bravomark

* 直接请求API的示例 ![image](https://github.com/FeatureProbe/FeatureProbe/assets/62681807/e86b706c-6bd4-416b-a23e-c2aa79da3041) * 使用java-server-sdk的示例 ![image](https://github.com/FeatureProbe/FeatureProbe/assets/62681807/35786b8a-9a3e-4d33-a11f-4e13c56d27d1)

期望支持的方式 方式一:SDK直接支持。 方式二:去掉FeatureProbe对象的final标识,用于继承后重写部分实现。

### What happened? rel: #6633 After setting specific request parameters, some LLMs(eg: azure/gpt-4o-mini) do not provide a valid request-id for the first token. ---- ![image](https://github.com/user-attachments/assets/b85cac6b-cfd5-4307-9378-5a8041bfcb8e) ---- Consequently, because the `id`...

bug