Skip to content

Conversation

eavanvalkenburg
Copy link
Member

Motivation and Context

Adds a new method to KernelFunction that creates a Agent Framework Tool from that function.

Does require the user to install agent-framework-core themselves.

Description

Contribution Checklist

@eavanvalkenburg eavanvalkenburg requested a review from a team as a code owner October 7, 2025 14:43
if isinstance(value, BaseModel):
results.append(value.model_dump())
continue
results.append(json.dumps(value))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to serialize the object twice? One here and other one below.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants