@elizaos/core v0.25.8 / ITeeLogService
get serviceType():
ServiceType
packages/core/src/types.ts:1270
abstract
initialize(runtime
):Promise
<void
>
Add abstract initialize method that must be implemented by derived classes
• runtime: IAgentRuntime
Promise
<void
>
packages/core/src/types.ts:1275
getInstance():
ITeeLogService
packages/core/src/types.ts:1505
log(
agentId
,roomId
,userId
,type
,content
):Promise
<boolean
>
• agentId: string
• roomId: string
• userId: string
• type: string
• content: string
Promise
<boolean
>