Skip to content

create new_func.py#7

Closed
mmsaki wants to merge 1 commit into
mainfrom
coool
Closed

create new_func.py#7
mmsaki wants to merge 1 commit into
mainfrom
coool

Conversation

@mmsaki

@mmsaki mmsaki commented May 25, 2025

Copy link
Copy Markdown
Owner

Trying to make progress

@formal-mind-agent

Copy link
Copy Markdown

Thanks for opening a new PR! Please follow our contributing guidelines to make your PR easier to review.

Want me to add a proof for the new function you added?

def prove_this(name: str):
  if name == "agent":
    return true
  else:
    return false

Suggestion

We need to add the types to you function first to this

  • Add return type
def prove_this(name: str) -> bool:
  if name == "agent":
    return true
  else:
    return false

@mmsaki Do you want me to add function description to help the formal agent have context about what this function does?

Here's what I can help with:

  • Add desctiption
  • Add function signature
  • Create formal proof scaffolds

@mmsaki

mmsaki commented May 25, 2025

Copy link
Copy Markdown
Owner Author

hey agent, this is not even valid python 😂, Capitalize True and False

def prove_this(name: str):
    if name == "agent":
        return True
    else:
        return False

@mmsaki mmsaki closed this May 28, 2025
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.

1 participant