RecordExperimentLogTool¶
这个工具用于为某个成员记录实验日志。
调用参数¶
- user_id (str): 成员名
- log_str (str): 实验日志
工具描述¶
This tool is used to record the experiment log of the experiment in progress for a user.
If the no experiment record exists or experiment in progress is not valid, this tool will call
the corresponding tools to help the user.
Args:
user_id (str): The user_id of a lab member.
log_str (str): The experiment log to be recorded.
Returns:
The tool output and log.
详细内容参见 源码文档 Tools.memory.experiment.insert