wu-sheng commented on code in PR #795:
URL: https://github.com/apache/skywalking-java/pull/795#discussion_r2853550927


##########
apm-sniffer/config/agent.config:
##########
@@ -339,3 +339,25 @@ 
plugin.solon.http_body_length_threshold=${SW_PLUGIN_SOLON_HTTP_BODY_LENGTH_THRES
 
plugin.caffeine.operation_mapping_write=${SW_PLUGIN_CAFFEINE_OPERATION_MAPPING_WRITE:put,putAll,remove,clear}
 # Specify which command should be converted to read operation
 
plugin.caffeine.operation_mapping_read=${SW_PLUGIN_CAFFEINE_OPERATION_MAPPING_READ:getIfPresent,getAllPresent,computeIfAbsent}
+# Whether to collect the input messages of the GenAI request.
+plugin.springai.collect_input_messages=${SW_PLUGIN_SPRINGAI_COLLECT_INPUT_MESSAGES:false}
+# Whether to collect the output messages of the GenAI response.
+plugin.springai.collect_output_messages=${SW_PLUGIN_SPRINGAI_COLLECT_OUTPUT_MESSAGES:false}

Review Comment:
   I think we should enable these in plugin tests to validate?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to