Slide 8
Slide 8 text
8
Test Run with Amazon Bedrock
実行結果(Claude3.5 Sonnet)
[llm/end] [chain:RunnableSequence > llm:ChatBedrock] [3.60s] Exiting LLM run with output:
{
"generations": [
[
{
"text": "",
"generation_info": null,
"type": "ChatGeneration",
"message": {
"lc": 1,
"type": "constructor",
"id": [
"langchain",
"schema",
"messages",
"AIMessage"
],
"kwargs": {
"content": "",
"additional_kwargs": {
"usage": {
"prompt_tokens": 790,
"completion_tokens": 146,
"total_tokens": 936
},
"stop_reason": "tool_use",
"model_id": "anthropic.claude-3-5-sonnet-20241022-v2:0"
},
"response_metadata": {
"usage": {
"prompt_tokens": 790,
"completion_tokens": 146,
"total_tokens": 936
},
"stop_reason": "tool_use",
"model_id": "anthropic.claude-3-5-sonnet-20241022-v2:0"
},
"type": "ai",
"id": "run-af4752c3-92f8-44e7-a0b3-448d21bb139a-0",
"tool_calls": [
{
"name": "QuestionAnswer",
"args": {
"question": "今の日本の総理大臣は、何代目?",
"answer": [
{
"fact": "現在の日本の総理大臣は第101代の岸田文雄である。",
"substring_quote": [
"第101代岸田文雄(在任: 2021年〈令和3年〉11月10日 - )"
]
}
]
},
"id": "toolu_bdrk_01NRBB4L9nYCXkrkfJiCGGE6",
"type": "tool_call"
}
],
"usage_metadata": {
"input_tokens": 790,
"output_tokens": 146,
"total_tokens": 936
},
"invalid_tool_calls": []
}
}
}
]
],
"llm_output": {
"usage": {
"prompt_tokens": 790,
"completion_tokens": 146,
"total_tokens": 936
},
"stop_reason": "tool_use",
"model_id": "anthropic.claude-3-5-sonnet-20241022-v2:0"
},
"run": null,
"type": "LLMResult"
}
構造化結果がいい感じ
Toolを呼ぶ判断結果
となっている