Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Releases: ai-zerolab/pydantic-ai-bedrock

0.2.2

05 Mar 06:14
d7f2548

Choose a tag to compare

What's Changed

in this way:

def get_random_number():
    """
    Return a random number using the randint
    """
    res = str(randint(0, 100))
    print("Tool Called with result: ", res)
    return res

agent = Agent(
    BedrockModel(model_name="us.anthropic.claude-3-7-sonnet-20250219-v1:0"),
    system_prompt="Return a random number using your tools",
    tools=[get_random_number],
    model_settings={
        "enable_reasoning": True,
        # "budget_tokens": "1024",
    }
)

I'm looking forward to everyone's experience, I'll try to fix possible issues quickly!

Full Changelog: 0.2.1...0.2.2

0.2.1

04 Mar 11:25

Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0

03 Mar 09:13
b09a82c

Choose a tag to compare

What's Changed

Full Changelog: 0.1.9...0.2.0

0.1.9

26 Feb 03:55
3aa069e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.8...0.1.9

0.1.8

18 Feb 08:00

Choose a tag to compare

Full Changelog: 0.1.7...0.1.8

0.1.7

18 Feb 07:52

Choose a tag to compare

Full Changelog: 0.1.6...0.1.7

0.1.6

13 Feb 01:03
5b45029

Choose a tag to compare

What's Changed

Full Changelog: 0.1.5...0.1.6

0.1.5

08 Feb 01:47

Choose a tag to compare

What's Changed

Full Changelog: 0.1.4...0.1.5

0.1.4

30 Jan 12:52
77b306a

Choose a tag to compare

What's Changed

Full Changelog: 0.1.3...0.1.4

0.1.3

25 Jan 02:11

Choose a tag to compare

Full Changelog: 0.1.2...0.1.3