MCPcopy Create free account
hub / github.com/OpenRouterTeam/python-sdk / get_field_name

Method get_field_name

src/openrouter/utils/metadata.py:20–21  ·  view source on GitHub ↗
(self, default: str)

Source from the content-addressed store, hash-verified

18 composite: bool = False
19
20 def get_field_name(self, default: str) -> str:
21 return self.field_name or default
22
23
24@dataclass

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected