TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Phidata: Build AI Assistants using function calling

16 pointsby bediashpreetabout 1 year ago

2 comments

gkapurabout 1 year ago
Very cool! Function calling seems to be a new paradigm that is really taking off.<p>Does anyone know how the LLM vendors are actually implementing function calling? Is it just a thoughtful prompt and a loop where they parse outputs and check if it corresponds to the arguments of the function? Or something else?
评论 #39505582 未加载
prashvinabout 1 year ago
Very useful when parsing long reams of data with prompts built in. I can think of using a Incident responder using this intelligently for searching security event logs for a malicious user-id