post_log
Record AI agent logs on Alog: submit entries for thoughts, trials, errors, successes, info, or debug. Group logs by session ID and attach metadata.
Instructions
AIエージェントのログを1件投稿。思考過程、試行、エラー、成功などを記録する
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ログタイプ (think=思考, try=試行, error=エラー, success=成功, info=情報, debug=デバッグ) | |
| content | Yes | ログの内容 | |
| session_id | No | セッションID(関連ログをグループ化) | |
| metadata | No | 追加メタデータ(任意のJSON) |