Semantic Kernel JavaScript
    Preparing search index...

    Class FunctionCallContent

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • params: { arguments?: Record<string, unknown>; callId: string; name: string }

      Returns FunctionCallContent

    Properties

    additionalProperties?: AdditionalProperties<unknown>
    arguments?: Record<string, unknown>
    callId: string
    exception?: Error
    name: string
    rawRepresentation?: unknown
    type?: string

    The type of the AI content, which is used to identify the specific subclass in JSON serialization. This property is automatically set to the name of the class when the object is created.

    Methods

    • Returns object