Skip to content

replace unusual phrasing of field access of Agent Record with typical phrasing #3702

@michaelficarra

Description

@michaelficarra

In a bunch of (17) places, we refer to an Agent Record's fields using the phrasing:

the [[...]] field of the surrounding agent's Agent Record

But in places like AgentSignifier() we use the more typical phrasing:

  1. Let AR be the Agent Record of the surrounding agent.
  2. Return AR.[[Signifier]].

We should replace all occurrences of the former with the latter.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions