Skip to content

Instantly share code, notes, and snippets.

@ashen007
Created April 26, 2025 06:39
Show Gist options
  • Save ashen007/06785bffdaac6bd782b09fc6d4b741f9 to your computer and use it in GitHub Desktop.
Save ashen007/06785bffdaac6bd782b09fc6d4b741f9 to your computer and use it in GitHub Desktop.
{
'answer': '[{"title": "BEHAVIOR RUNAWAY", "rental_rate": Decimal("4.99")}, {"title": "BIRCH ANTITRUST", "rental_rate": Decimal("4.99")}, {"title": "ALI FOREVER", "rental_rate": Decimal("4.99")}]',
'messages': [HumanMessage(content='what are the top 3 in-term of revenue in PG rating films?',
id='ce9697be-50d0-417f-a168-c1652ae4c35a'), AIMessage(content='', additional_kwargs={
'tool_calls': [{'id': 'call_p6ts', 'function': {
'arguments': '{"query":"SELECT title, rental_rate FROM film WHERE rating = \'PG\' ORDER BY rental_rate DESC LIMIT 3;"}',
'name': 'db_query_tool'}, 'type': 'function'}]}, response_metadata={
'token_usage': {'completion_tokens': 55, 'prompt_tokens': 1584, 'total_tokens': 1639,
'completion_time': 0.180338999, 'prompt_time': 0.131903739,
'queue_time': 0.023737848000000006, 'total_time': 0.312242738},
'model_name': 'llama3-70b-8192', 'system_fingerprint': 'fp_87cbfbbc4d', 'finish_reason': 'tool_calls',
'logprobs': None}, id='run-7cbfb8bc-637d-4eb0-9379-454b89f5a829-0', tool_calls=[{'name': 'db_query_tool',
'args': {
'query': "SELECT title, rental_rate FROM film WHERE rating = 'PG' ORDER BY rental_rate DESC LIMIT 3;"},
'id': 'call_p6ts',
'type': 'tool_call'}]),
ToolMessage(
content="[{'title': 'BEHAVIOR RUNAWAY', 'rental_rate': Decimal('4.99')}, {'title': 'BIRCH ANTITRUST', 'rental_rate': Decimal('4.99')}, {'title': 'ALI FOREVER', 'rental_rate': Decimal('4.99')}]",
name='db_query_tool', id='683f5266-5b78-4bfc-b5cd-96cbdd6b3b8c', tool_call_id='call_p6ts')]}[
{"title": "BEHAVIOR RUNAWAY", "rental_rate": Decimal("4.99")}, {"title": "BIRCH ANTITRUST",
"rental_rate": Decimal("4.99")}, {
"title": "ALI FOREVER", "rental_rate": Decimal("4.99")}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment