Skip to content

Function definition #70

@domusW

Description

@domusW

In OpenAI.Component.Functions, shouldn't the following

procedure TFunctionCollectionItem.SetOnFunctionExecute(const Value: TOnFunctionExecute);
begin
  FOnFunctionExecute := Value;
end;

be

TChatFunctionContainer(FFunction).FOnExecute := Value;

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions