MCPcopy
hub / github.com/AgentOps-AI/agentops / format

Method format

agentops/instrumentation/common/attributes.py:101–101  ·  view source on GitHub ↗
(self, *, i: int, j: Optional[int] = None)

Source from the content-addressed store, hash-verified

99 """
100
101 def format(self, *, i: int, j: Optional[int] = None) -> str: ...
102
103
104IndexedAttributeMap = Dict[IndexedAttribute, str] # target_attribute_key: source_attribute

Callers 15

_create_spanMethod · 0.45
_end_spanMethod · 0.45
__iter__Method · 0.45
chat_stream_wrapperFunction · 0.45
get_generate_attributesFunction · 0.45
get_tokenize_attributesFunction · 0.45
get_chat_attributesFunction · 0.45
__exit__Method · 0.45
__aexit__Method · 0.45
extract_tool_definitionsFunction · 0.45
get_tool_attributesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected