dwisha-kulkarni
Results
1
comments of
dwisha-kulkarni
This is the sample app ``` import os import anthropic from traceloop.sdk import Traceloop client = anthropic.Anthropic(api_key=os.getenv("ANTHROPIC_API_KEY")) Traceloop.init() response = client.messages.create( model="claude-3-opus-20240229", max_tokens=1024, tools=[ { "name": "get_property_prices", "description": "Get the...