Skip to content

.Net: Python: Constructors of FunctionCallContent differs from .NET #6932

@madsbolaris

Description

@madsbolaris

In Python, the constructor for FunctionCallContent has a name string and argument string.

In .NET, the name is split into functionName and pluginName and the argument variable is an object.

To align, the possible should be possible:

FunctionCallContent(
    function_name="get_user_allergies",
    plugin_name="User",
    id="0001",
    arguments={"username": "laimonisdumins"}
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    .NETIssue or Pull requests regarding .NET codepythonPull requests for the Python Semantic Kernel

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions